From 80ae2dea14228e189208d4d56aaecf061dd8849c Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:20:27 +0530 Subject: [PATCH] Fix z-index for modals --- gooey_ui/components/modal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey_ui/components/modal.py b/gooey_ui/components/modal.py index 149187a4b..da84e3d33 100644 --- a/gooey_ui/components/modal.py +++ b/gooey_ui/components/modal.py @@ -47,7 +47,7 @@ def container(self, **props): right: 0; top: 0; bottom: 0; - z-index: 1000; + z-index: 9999; background-color: rgba(0, 0, 0, 0.5); }} .modal-parent {{