Fix:
- modal backdrop, pas de backdrop, pas de problème...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user