Commit 70833919 authored by catboxanon's avatar catboxanon

CSS: Remove forced visible overflow for Gradio group child divs

parent 85fcb7b8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment