Skip to content

Commit

Permalink
fix: fix blurry modals from sweet-modal-vue (#6026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Van Accoleyen authored Mar 6, 2022
1 parent d4504e3 commit 4cc1d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/sass/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.sweet-modal-overlay {
-webkit-perspective: none !important;
}

0 comments on commit 4cc1d8f

Please sign in to comment.