Skip to content

Commit

Permalink
fix: #2048
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 7, 2023
1 parent e7b6683 commit 4c6aa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/modal.css
@@ -1,5 +1,5 @@
.modal {
@apply duration-200 ease-in-out bg-transparent;
@apply duration-200 ease-in-out bg-transparent text-[inherit];
transition-property: transform, opacity, visibility;
overflow-y: hidden;
overscroll-behavior: contain;
Expand Down

0 comments on commit 4c6aa7b

Please sign in to comment.