- modal backdrop, pas de backdrop, pas de problème...
This commit is contained in:
Jérémy Guillot
2024-06-10 15:25:06 +02:00
parent c46e1a0a5c
commit 0455ab40d9
5 changed files with 69 additions and 12 deletions

View File

@@ -8,8 +8,8 @@ body {
}
.modal {
@apply hidden fixed top-0 left-0 w-full h-full outline-none;
z-index: 1072!important;
@apply hidden fixed top-0 left-0 w-full h-full outline-none
}
.modal-dialog {
@@ -21,10 +21,10 @@ body {
}
.modal-backdrop {
z-index: 9!important;
@apply relative bg-black top-0 left-0;
z-index: -1!important;
width: 100vw;
height: 100vh;
@apply fixed bg-black top-0 left-0
}
.modal-backdrop.fade {