Liu Song’s Projects


~/Projects/stable-diffusion-webui

git clone https://code.lsong.org/stable-diffusion-webui

Commit

Commit
a7f7701b64ad178f4cf8f075f66d8623304b8b4e
Author
AUTOMATIC1111 <[email protected]>
Date
2023-08-15 21:47:49 +0300 +0300
Diffstat
 style.css | 2 +-

Merge pull request #12589 from catboxanon/fix/css-overflow

CSS: Remove forced visible overflow for Gradio group child divs


diff --git a/style.css b/style.css
index bdf0635a0017d13a6750319d29a6c98889f460bf..d7f87f81624a9425f91b1e0f9314bb6d2d480dcf 100644
--- a/style.css
+++ b/style.css
@@ -138,7 +138,7 @@     cursor: pointer;
 }

 

 /* 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;

 }