From 961c9d8ad89130b2db44590d70bfd662aeeac08c Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:21:27 +0200 Subject: [PATCH] trying to fix scroll on mobile --- open/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open/styles/style.css b/open/styles/style.css index a9e0609..8fe986e 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -278,7 +278,7 @@ button { left: unset !important; border: unset !important; /* display: inline-block !important; */ - display: inline-block !important; + display: block !important; position: initial; cursor: unset !important; border-radius: unset !important;