diff --git a/src/interface/static/css/main.css b/src/interface/static/css/main.css index a60fd50..dcbe15d 100644 --- a/src/interface/static/css/main.css +++ b/src/interface/static/css/main.css @@ -8,16 +8,6 @@ body { color: #000; } -#pop_over_0 { - display: none; - position: fixed; - top: 0px; - min-width: 100%; - min-height: 100%; - background-color: #000000; - z-index: 100; -} - #app { display: grid; grid-template-areas: "nav" "main"; diff --git a/src/interface/static/css/main.scss b/src/interface/static/css/main.scss index 0aa1b1d..4476225 100755 --- a/src/interface/static/css/main.scss +++ b/src/interface/static/css/main.scss @@ -16,13 +16,13 @@ body { color: #000; } #pop_over_0{ - display: none; - position: fixed; - top: 0px; - min-width: 100%; - min-height: 100%; - background-color: #000000; - z-index: 100; + //display: none; + //position: fixed; + //top: 0px; + //min-width: 100%; + //min-height: 100%; + //background-color: #000000; + //z-index: 100; } #app { display: grid;