Skip to content

Commit

Permalink
Add padding to account for navbar when scrolling
Browse files Browse the repository at this point in the history
It makes a difference when #anchors are used for scrolling the page
  • Loading branch information
florczakraf committed Jun 26, 2024
1 parent 5653b64 commit 9904b84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boogiestats/static/boogie_ui/boogiestats.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
--bs-link-color-rgb: #adb5bd;
}

html {
scroll-padding-top: 60px;
}

form table td {
padding-top: 10px;
padding-bottom: 10px;
Expand Down

0 comments on commit 9904b84

Please sign in to comment.