From a5b801984b537ec7063b5d5ab5af4a67d2be8491 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Mon, 23 Oct 2023 14:25:11 +0200 Subject: [PATCH] Hide overflow on body (#142) * fix display scaling issue on small screens by hiding overflow on the document * fix display scaling issue on small screens by hiding overflow on the document --- styles/globals.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index b26a138..1845257 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -7,6 +7,11 @@ html { background-color: #111; } +html, +body { + overflow: hidden; +} + html, body, #__next,