mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-06 21:09:01 +08:00
CSS: Remove forced visible overflow for Gradio group child divs
This commit is contained in:
parent
85fcb7b8df
commit
7083391931
@ -138,7 +138,7 @@ a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reqasaon. */
|
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reqasaon. */
|
||||||
.block.gradio-textbox, div.gradio-group, div.gradio-group div, div.gradio-dropdown{
|
.block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user