Skip to content

Commit

Permalink
fix: modal position big on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 6, 2021
1 parent 4456b6d commit 933a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/modal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.modal{
@apply inset-0 invisible opacity-0 pointer-events-none fixed grid place-items-end sm:place-items-center;
@apply inset-0 invisible opacity-0 pointer-events-none fixed flex items-end justify-center sm:items-center;
z-index: 999;
}
.modal:target,
Expand Down

0 comments on commit 933a9e6

Please sign in to comment.