From 2b622fb0c0abf63994fdc090b1a38abd9523dca1 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:18:26 +0200 Subject: [PATCH] trying to fix scroll on mobile --- open/styles/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/open/styles/style.css b/open/styles/style.css index 2161f93..f9bd85d 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -268,14 +268,10 @@ button { transform: scale(0.8); } - #dragZone { - display: inline; - } - .corpi { min-width: unset !important; max-width: unset !important; - width: unset !important; + width: 85% !important; height: auto !important; top: unset !important; right: unset !important; @@ -287,6 +283,8 @@ button { cursor: unset !important; border-radius: unset !important; margin-bottom: 40px; + margin-left: auto; + margin-right: auto; } .closable {