Skip to content

Commit

Permalink
fix: do not show scrollbar when not necessary (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Oct 3, 2023
2 parents a9a80f9 + db7d8c8 commit b3fc711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
}

html {
overflow-y: auto;
scroll-padding-top: 101px; /* Header Height (80px) + Skip Nav Height (21px) = 101px */
}

Expand Down

0 comments on commit b3fc711

Please sign in to comment.