Fixed display error with menu on top of modal background
This commit is contained in:
parent
d000a1329f
commit
5e631440f8
|
@ -306,7 +306,7 @@ html, body {
|
||||||
left: 350px;
|
left: 350px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: 2000;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
background-color: white;
|
background-color: white;
|
||||||
.item {
|
.item {
|
||||||
|
|
Loading…
Reference in New Issue