Commit daee41e0 authored by catboxanon's avatar catboxanon Committed by GitHub

Fix Gradio 3.39.0 textbox overflow

parent a0e74c4d
......@@ -140,6 +140,10 @@ div.styler{
background: var(--background-fill-primary);
}
.block.gradio-textbox{
overflow: visible !important;
}
/* general styled components */
......
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