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 {