Skip to content

Commit

Permalink
Fix dialog backdrop blur on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 12, 2023
1 parent 2a40baf commit db17959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/data/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,7 @@ TD .checkmark, TD .radiomark {

dialog::backdrop {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
dialog {
max-height: 70%;
Expand Down

0 comments on commit db17959

Please sign in to comment.