mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 12:52:15 +00:00
Fix z-index on panels and user modal
This commit is contained in:
parent
4ce47325c8
commit
ffdc2fdb81
1 changed files with 3 additions and 2 deletions
|
@ -25,11 +25,12 @@ body {
|
||||||
transition: 2s;
|
transition: 2s;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
/*Remove After Halloween*/
|
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
opacity: 0.9;
|
background-color: rgba(26,55,79,0.9) !important;
|
||||||
}
|
}
|
||||||
|
/*Remove After Halloween*/
|
||||||
|
|
||||||
|
|
||||||
#side-menu {
|
#side-menu {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
|
Loading…
Reference in a new issue