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 {{