Skip to content

Commit

Permalink
Fix overlap with back to top button
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Sep 22, 2024
1 parent 035c5d2 commit da21f2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ h6 {
border-radius: var(--ifm-button-border-radius) !important;
}
}

.theme-back-to-top-button {
// The PushFeedback button is positioned in the same place, so we need to move the "back to top" button higher
bottom: 3.5rem;
}

0 comments on commit da21f2e

Please sign in to comment.