aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-15 18:44:13 +0000
committercatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-15 18:44:13 +0000
commit70833919314be39eede4dfa044b28484b12e8c86 (patch)
tree2cb36e1d7c108ec201f7ccf2c96ad1aff93a2cdb /style.css
parent85fcb7b8dfe7b3dd06931943f095c77f1043dc25 (diff)
downloadstable-diffusion-webui-gfx803-70833919314be39eede4dfa044b28484b12e8c86.tar.gz
stable-diffusion-webui-gfx803-70833919314be39eede4dfa044b28484b12e8c86.tar.bz2
stable-diffusion-webui-gfx803-70833919314be39eede4dfa044b28484b12e8c86.zip
CSS: Remove forced visible overflow for Gradio group child divs
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index bdf0635a..d7f87f81 100644
--- a/style.css
+++ b/style.css
@@ -138,7 +138,7 @@ a{
}
/* 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;
}