Skip to content

Commit

Permalink
fix: iOS display cutouts caused a scrollbar in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 29, 2020
1 parent 0e9f6d2 commit 45c182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Expand Up @@ -107,7 +107,7 @@
[data-rsbs-scroll]:focus {
outline: none;
}
[data-rsbs-has-footer='false'] [data-rsbs-scroll] {
[data-rsbs-has-footer='false'] [data-rsbs-content] {
padding-bottom: env(safe-area-inset-bottom);
}
[data-rsbs-content] {
Expand Down

0 comments on commit 45c182c

Please sign in to comment.