From e11fea8f3a83dc11a240a73ef7babe7bac448906 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 20:48:45 +0200 Subject: [PATCH] :bug: fix overflow of editor and console --- dev/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/index.css b/dev/index.css index 3a0843b..8a8c65a 100644 --- a/dev/index.css +++ b/dev/index.css @@ -52,6 +52,7 @@ div.collection div.item { max-width: 100%; position: relative; + overflow: hidden; display: flex; flex-flow: column nowrap; @@ -64,9 +65,6 @@ div.collection div.item { html, body { overflow-y: visible; } - #console { - overflow-y: visible; - } div.collection div.item { flex-basis: 100%; height: auto;