Adjusted pop over layer for Jquery ui

This commit is contained in:
Raelon Masters
2020-07-25 14:49:51 -04:00
parent 69424945a8
commit 1bf4357bef
2 changed files with 7 additions and 17 deletions

View File

@@ -8,16 +8,6 @@ body {
color: #000; color: #000;
} }
#pop_over_0 {
display: none;
position: fixed;
top: 0px;
min-width: 100%;
min-height: 100%;
background-color: #000000;
z-index: 100;
}
#app { #app {
display: grid; display: grid;
grid-template-areas: "nav" "main"; grid-template-areas: "nav" "main";

View File

@@ -16,13 +16,13 @@ body {
color: #000; color: #000;
} }
#pop_over_0{ #pop_over_0{
display: none; //display: none;
position: fixed; //position: fixed;
top: 0px; //top: 0px;
min-width: 100%; //min-width: 100%;
min-height: 100%; //min-height: 100%;
background-color: #000000; //background-color: #000000;
z-index: 100; //z-index: 100;
} }
#app { #app {
display: grid; display: grid;