From 32d44c6a043be0054f1950c6ede349f89f45e03a Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:20:04 +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 f12e2df..a9e0609 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: flow-root list-item !important; + display: inline-block !important; position: initial; cursor: unset !important; border-radius: unset !important;