mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 20:06: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 {
|
dialog::backdrop {
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
dialog {
|
dialog {
|
||||||
max-height: 70%;
|
max-height: 70%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user