Skip to content

Commit

Permalink
fix: icon glitch in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed Nov 15, 2022
1 parent e180e7f commit 693948e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/anu-vue/src/presets/theme-default/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ h6 {

// 👉 Misc

// Prevent icon glitch in firefox
* {
backface-visibility: hidden;
}

@keyframes shake {
0% {transform: translateX(0);}
25% {transform: translateX(1px);}
Expand Down

0 comments on commit 693948e

Please sign in to comment.