From b767b7519ef8bc4a0824c95dd867a55a5aedfe5e Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 19:46:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20mobile:=20scroll=20page,=20not?= =?UTF-8?q?=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev/index.css b/dev/index.css index 4d9c34e..3a0843b 100644 --- a/dev/index.css +++ b/dev/index.css @@ -61,6 +61,12 @@ div.collection div.item { } @media only screen and (max-width: 1200px) { + html, body { + overflow-y: visible; + } + #console { + overflow-y: visible; + } div.collection div.item { flex-basis: 100%; height: auto; @@ -150,7 +156,6 @@ div.collection div.item.console div.controls { font-size: 1rem; height: 100%; - overflow: auto; background-color: var(--onedark-bg-light); }