Skip to content

Commit

Permalink
Fix z-index for modals
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Dec 27, 2023
1 parent 93715d3 commit 80ae2de
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 80ae2de

Please sign in to comment.