From 60819849e6ade5064645388fd4cab1ce3d7b194e Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 19 Sep 2019 09:40:07 +0200 Subject: [PATCH] Disable horizontal scrolling --- res/static/style/layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/static/style/layout.css b/res/static/style/layout.css index b3ff752..0cd4dee 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -51,7 +51,9 @@ } /* Page rendering configuration */ - +html, body { + overflow-x: hidden; +} body{ background-color: #0d0d0d; /* Fallback */ background-color: var(--body_color);