fixed css z axis issue when provisioning
This commit is contained in:
parent
9cc0f78636
commit
11b523e8e5
1 changed files with 4 additions and 0 deletions
|
|
@ -35,4 +35,8 @@ html, body, #root {
|
||||||
|
|
||||||
.MuiMenu-root {
|
.MuiMenu-root {
|
||||||
z-index: 1400 !important;
|
z-index: 1400 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MuiPopper-root {
|
||||||
|
z-index: 1501 !important;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue