Moved x-overflow rule to different stylesheet.

This commit is contained in:
Thomas Smith 2022-09-21 11:07:37 -04:00
parent 8651b3014a
commit 4991ac5109
2 changed files with 2 additions and 6 deletions

View file

@ -140,11 +140,6 @@
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {
html, body {
max-width: 100%;
overflow-x: hidden;
}
div.container-fluid.top-nav{ div.container-fluid.top-nav{
padding-left: 0px !important; padding-left: 0px !important;
} }

View file

@ -1,8 +1,9 @@
/* General/Utilities */ /* General/Utilities */
body{ html,body{
background-color: #1a1a1a; background-color: #1a1a1a;
max-width: 1920px; max-width: 1920px;
overflow-x: hidden;
/* /*
background-image: url("/Images/xl-grid-quarter-opacity.svg"); background-image: url("/Images/xl-grid-quarter-opacity.svg");
background-size: contain;*/ background-size: contain;*/