From 525d5e8ed7926b7a838893953a7a9b1922ebd5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Mon, 28 Oct 2019 10:51:24 -0400 Subject: [PATCH] Hide overflow on x axis (fixes #8) --- resources/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/style.css b/resources/style.css index 3a79c59..6cd8818 100644 --- a/resources/style.css +++ b/resources/style.css @@ -4,6 +4,7 @@ body { padding: 0px; width: 100vw; height: 100vh; + overflow-x: hidden; } html {