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

CSS: Remove forced visible overflow for Gradio group child divs
This commit is contained in:
AUTOMATIC1111 2023-08-15 21:47:49 +03:00 committed by GitHub
commit a7f7701b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}