From 4991ac510904295ab66cce6b3b20268e346f08fb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 21 Sep 2022 11:07:37 -0400 Subject: [PATCH] Moved x-overflow rule to different stylesheet. --- src/static/css/navbar.css | 5 ----- src/static/css/style.css | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/static/css/navbar.css b/src/static/css/navbar.css index c6c8443..5fc1493 100644 --- a/src/static/css/navbar.css +++ b/src/static/css/navbar.css @@ -140,11 +140,6 @@ @media only screen and (max-width: 576px) { - html, body { - max-width: 100%; - overflow-x: hidden; - } - div.container-fluid.top-nav{ padding-left: 0px !important; } diff --git a/src/static/css/style.css b/src/static/css/style.css index a4d50f6..d63ac4d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1,8 +1,9 @@ /* General/Utilities */ -body{ +html,body{ background-color: #1a1a1a; max-width: 1920px; + overflow-x: hidden; /* background-image: url("/Images/xl-grid-quarter-opacity.svg"); background-size: contain;*/