From 1e1152b5630a97a4937e7e218410aa5e47725beb Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 23 Apr 2025 14:43:42 -0600 Subject: [PATCH] fixed the textfield select menu being behind the dialog --- src/app/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.css b/src/app/App.css index 3d829d9..3b20b88 100644 --- a/src/app/App.css +++ b/src/app/App.css @@ -39,4 +39,8 @@ html, body, #root { .MuiPopper-root { z-index: 1501 !important; +} + +.MuiPopover-root { + z-index: 1501 !important; } \ No newline at end of file