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

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