Skip to content

Commit

Permalink
fix backdrop filter in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 15, 2023
1 parent dea5a69 commit e602d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ main {
padding: 0.8rem 1.5rem 0.8rem 1rem;
border-radius: 0.5rem;
background-color: hsla(215, 20%, 7%, 0.2);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}

Expand Down

0 comments on commit e602d02

Please sign in to comment.