Move background z-index to -1 (#4893)
This commit is contained in:
parent
5031221369
commit
e12bde8e5a
@ -51,7 +51,7 @@ $popoverZ: 3600;
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
z-index: 0;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
Loading…
Reference in New Issue
Block a user