mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update stable-diffusion/style.css
#sd_dropdown backdrop-filter fix
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#sd_dropdown {
|
#sd_dropdown {
|
||||||
z-index: 30000;
|
z-index: 30000;
|
||||||
backdrop-filter: blur(--SmartThemeBlurStrength);
|
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
|
||||||
}
|
}
|
||||||
|
|
||||||
#sd_comfy_open_workflow_editor {
|
#sd_comfy_open_workflow_editor {
|
||||||
|
Reference in New Issue
Block a user