From ce67bc472272a35034187d92ed159a80366b6aca Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:11:42 +0200 Subject: [PATCH] trying to fix scroll on mobile --- open/styles/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open/styles/style.css b/open/styles/style.css index 2bcde6c..8ffcded 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -278,7 +278,8 @@ button { left: unset !important; border: unset !important; /* display: inline-block !important; */ - display: grid !important; + display: flow-root list-item !important; + position: initial; cursor: unset !important; border-radius: unset !important;