From 11b523e8e58047dd4a5bab2ba28b3932027d3c57 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 23 Apr 2025 12:52:55 -0600 Subject: [PATCH] fixed css z axis issue when provisioning --- src/app/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.css b/src/app/App.css index 0821662..3d829d9 100644 --- a/src/app/App.css +++ b/src/app/App.css @@ -35,4 +35,8 @@ html, body, #root { .MuiMenu-root { z-index: 1400 !important; +} + +.MuiPopper-root { + z-index: 1501 !important; } \ No newline at end of file