Skip to content

Commit

Permalink
Body shouldn't always show a scrollbar
Browse files Browse the repository at this point in the history
Overlooked this visual degradation that was introduced by the most
recent accessibility related fixes. Fixes #6419
  • Loading branch information
eaon committed May 3, 2022
1 parent 56d26e1 commit 7a0807d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop/sass/source.sass
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ footer p
// Preload some images we're likely to display when moving on from the index
body::after
position: absolute
top: -999px
width: 0
height: 0
visibility: hidden
Expand Down

0 comments on commit 7a0807d

Please sign in to comment.