From 13538872284d3be1ebbdc6cc70a8155d78ac3b03 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 19:44:40 +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..9b584e0 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: auto; + } + #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); }