fix: modal z-index and cleanup (#4978)

This commit is contained in:
Charles Zhou
2024-06-06 09:28:13 -05:00
committed by GitHub
parent 2539e56514
commit 1ccba85c91
9 changed files with 2 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
.modal-dialog {
@apply relative z-10;
@apply relative z-50;
}
.modal-panel {