Skip to content

Commit

Permalink
Properly block scrolling when gallery is open
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Jan 4, 2024
1 parent 623991f commit 501e2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/redditChanges.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ div.pref-row {
}

body.prevent-scroll {
overflow: hidden;
overflow: hidden !important;
}

/* search */
Expand Down

0 comments on commit 501e2e9

Please sign in to comment.