mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Adjusted pop over layer for Jquery ui
This commit is contained in:
10
src/interface/static/css/main.css
vendored
10
src/interface/static/css/main.css
vendored
@@ -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";
|
||||||
|
|||||||
14
src/interface/static/css/main.scss
vendored
14
src/interface/static/css/main.scss
vendored
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user