Skip to content

Commit

Permalink
fix: safari blur issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jun 14, 2024
1 parent 838b650 commit 8b0f3c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ td:has(> div.form-check) {
-webkit-transition: 0.22s filter linear;
-moz-transition: 0.22s filter linear;
-o-transition: 0.22s filter linear;
-webkit-backface-visibility: hidden;
filter: blur(12px);

/* Weird safari fix */
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}

.color-picker-class > .popover-body {
Expand Down

0 comments on commit 8b0f3c2

Please sign in to comment.