Unverified Commit a7f7701b authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

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

CSS: Remove forced visible overflow for Gradio group child divs
parents fd563e32 70833919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}