From 5ae441f29224fc7151861c6f357fd4237084a7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Mon, 19 Dec 2022 18:44:56 +0100 Subject: [PATCH] scrollbar --- src/embed.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/embed.css b/src/embed.css index fdaba39..bdccc65 100644 --- a/src/embed.css +++ b/src/embed.css @@ -7,6 +7,7 @@ body { height: 100vh !important; padding-top: 0 !important; overflow-y: hidden !important; + overflow-x: scroll; } .grid { @@ -16,7 +17,7 @@ body { display: flex; justify-content: left; width: fit-content !important; - overflow-y: hidden; + overflow-y: hidden !important; } .module {