Skip to content

Commit

Permalink
fix: #1962
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 9, 2023
1 parent 38c1a10 commit c898d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
transition-property: transform, opacity, visibility;
overflow-y: hidden;
overscroll-behavior: contain;
&:not(dialog),
&:not(dialog:not(.modal-open)),
&::backdrop {
background-color: rgba(0, 0, 0, 0.3);
animation: modal-pop 0.2s ease-out;
Expand Down

0 comments on commit c898d0d

Please sign in to comment.