Skip to content

Commit

Permalink
fix: #436, add smooth closing animation
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalGear committed Nov 9, 2022
1 parent 2ff81fe commit d5a795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/modal.css
@@ -1,6 +1,6 @@
.modal {
@apply bg-neutral-focus bg-opacity-40 duration-200 ease-in-out;
transition-property: transform, opacity;
transition-property: transform, opacity, visibility;
overflow-y: hidden;
overscroll-behavior: contain;
}
Expand Down

0 comments on commit d5a795a

Please sign in to comment.