fixed the textfield select menu being behind the dialog

This commit is contained in:
csawatzky 2025-04-23 14:43:42 -06:00
parent a95bccbc22
commit 1e1152b563

View file

@ -40,3 +40,7 @@ html, body, #root {
.MuiPopper-root {
z-index: 1501 !important;
}
.MuiPopover-root {
z-index: 1501 !important;
}