Update stable-diffusion/style.css

#sd_dropdown backdrop-filter fix
This commit is contained in:
IceFog72
2024-12-05 03:23:11 +02:00
committed by GitHub
parent e6be28acea
commit 3d8f8d90c3

View File

@@ -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 {