From 716f8750c0ca7775d07f49c617f8234f0ef2c251 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 16:15:51 +0200 Subject: [PATCH] trying to fix scroll on mobile --- open/styles/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open/styles/style.css b/open/styles/style.css index 4ba59d8..2161f93 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -268,6 +268,10 @@ button { transform: scale(0.8); } + #dragZone { + display: inline; + } + .corpi { min-width: unset !important; max-width: unset !important;