Skip to content

Commit

Permalink
fix: missing tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
gsbenevides2 committed Jan 14, 2025
1 parent 941e9ae commit 8e0343b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@
}

.modal:not(dialog:not(.modal-open)),
.modal::backdrop{
pointer-events: none;
display:none
.modal::backdrop {
pointer-events: none;
display: none;
}

.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open]{
pointer-events: auto;
display:block;
.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open] {
pointer-events: auto;
display: block;
}

0 comments on commit 8e0343b

Please sign in to comment.