Fix dialog backdrop blur on Safari

This commit is contained in:
Woody 2023-12-13 00:38:13 +01:00
parent 2a40baf509
commit db1795981f
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -1347,6 +1347,7 @@ TD .checkmark, TD .radiomark {
dialog::backdrop {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
dialog {
max-height: 70%;