From 215bf1a59fdd5b1a3a1890d4ac299be9c6f2b7ab Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:19:11 +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 f9bd85d..f12e2df 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -271,7 +271,7 @@ button { .corpi { min-width: unset !important; max-width: unset !important; - width: 85% !important; + width: 75% !important; height: auto !important; top: unset !important; right: unset !important;