mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 11:30:46 +02:00
Fix gradio dropdown capturing clicks during and after fadeout
This commit is contained in:
@@ -549,3 +549,8 @@ div.controlnet_main_options { display: grid; grid-template-columns: 1fr 1fr; gri
|
||||
}
|
||||
.log-monitor td, .log-monitor th { padding-left: 1em; }
|
||||
.logo { background-image: url("logo.png") !important; background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important; }
|
||||
|
||||
/* Workaround for Gradio dropdowns capturing clicks during and after fadeout */
|
||||
.gradio-dropdown > label > div > :not(.showOptions) ~ ul.options {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user