Skip to content

Commit

Permalink
Merge pull request #240 from GooeyAI/modal-zindex
Browse files Browse the repository at this point in the history
Fix z-index for modals
  • Loading branch information
devxpy authored Dec 29, 2023
2 parents 93715d3 + 80ae2de commit 3308612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooey_ui/components/modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{
Expand Down

0 comments on commit 3308612

Please sign in to comment.