fixed css z axis issue when provisioning

This commit is contained in:
Carter 2025-04-23 12:52:55 -06:00
parent 9cc0f78636
commit 11b523e8e5

View file

@ -35,4 +35,8 @@ html, body, #root {
.MuiMenu-root {
z-index: 1400 !important;
}
.MuiPopper-root {
z-index: 1501 !important;
}