mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix no-blur not being respected in popups
This commit is contained in:
@@ -76,6 +76,11 @@ dialog {
|
||||
background-color: var(--black30a);
|
||||
}
|
||||
|
||||
body.no-blur .popup[open]::backdrop {
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
|
||||
/* Closing animation */
|
||||
.popup[closing] {
|
||||
animation: pop-out var(--animation-duration-slow) ease-in-out;
|
||||
|
Reference in New Issue
Block a user