From a3af35cfaf470d02577003632e0cfb21525cd39e Mon Sep 17 00:00:00 2001 From: Dave R Date: Tue, 9 Oct 2018 22:28:18 +0100 Subject: [PATCH] remove scrollbar --- assets/css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index 6721a556..580d367d 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -38,6 +38,8 @@ body { font-family: 'Roboto'; color: white; + + overflow: hidden; -moz-user-select: none; /* Firefox */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */