Skip to content

Commit db17959

Browse files
committed
Fix dialog backdrop blur on Safari
1 parent 2a40baf commit db17959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/data/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,7 @@ TD .checkmark, TD .radiomark {
13471347

13481348
dialog::backdrop {
13491349
backdrop-filter: blur(10px);
1350+
-webkit-backdrop-filter: blur(10px);
13501351
}
13511352
dialog {
13521353
max-height: 70%;

0 commit comments

Comments
 (0)