From f4ee176f678b31d8b9448068a631f441b163e556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Wahlberg?= Date: Thu, 26 Nov 2020 20:07:38 +0100 Subject: [PATCH] Prevent side scrolling --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 60de5e1..1e44c32 100644 --- a/src/index.css +++ b/src/index.css @@ -20,6 +20,10 @@ html, body, #root, #app { height: 100%; } +#root { + overflow: hidden; +} + button { background: none; border: none;