Merge pull request #12310 from catboxanon/fix/gradio-3-39-0-textbox-overflow

Fix Gradio 3.39.0 textbox overflow
This commit is contained in:
AUTOMATIC1111
2023-08-04 15:55:25 +03:00
committed by GitHub

View File

@@ -140,6 +140,10 @@ div.styler{
background: var(--background-fill-primary);
}
.block.gradio-textbox{
overflow: visible !important;
}
/* general styled components */