mirror of
https://github.com/wled/WLED.git
synced 2025-07-08 11:26:33 +00:00
Fix dialog backdrop blur on Safari
This commit is contained in:
parent
2a40baf509
commit
db1795981f
@ -1347,6 +1347,7 @@ TD .checkmark, TD .radiomark {
|
||||
|
||||
dialog::backdrop {
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
}
|
||||
dialog {
|
||||
max-height: 70%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user