From 45c182c1c360ad060a76c50fc3d167876de15317 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Tue, 29 Dec 2020 04:23:33 +0100 Subject: [PATCH] fix: iOS display cutouts caused a scrollbar in some cases --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 58fc6ac1..3f8d6346 100644 --- a/src/style.css +++ b/src/style.css @@ -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] {