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);