From 85beae6554834ea89089560b25c163669ea71459 Mon Sep 17 00:00:00 2001 From: msoliman3 Date: Thu, 3 Nov 2022 12:43:57 +0100 Subject: [PATCH] light/dark mode pt.3 --- dashboard_static/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index c580b0c..4207dbe 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -7,7 +7,9 @@ --column-color: #1E1E1E; --secondary: #1D9BF0; } - +body { + overflow: hidden; +} body, html, .container { width: 100%; height: 100%; @@ -195,6 +197,7 @@ body { .leftcol, .centercol, .rightcol, .searchcontainer, .popchart { background-color: var(--column-color); + overflow: hidden; } .rightcol {