From e8415d198b7175479e3ce922990c3df51f9f94cf Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:25:11 +0200 Subject: [PATCH] trying to fix scroll on mobile --- open/styles/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open/styles/style.css b/open/styles/style.css index 10fb003..9c6f186 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -271,17 +271,17 @@ button { .corpi { min-width: unset !important; max-width: unset !important; - width: 75% !important; + width: 70% !important; height: auto !important; top: unset !important; right: unset !important; left: unset !important; - border: unset !important; + /* border: unset !important; */ /* display: inline-block !important; */ display: block !important; position: initial; cursor: unset !important; - border-radius: unset !important; + /* border-radius: unset !important; */ margin-bottom: 40px; margin-left: auto; margin-right: auto;