Fix Gradio 3.39.0 textbox overflow

This commit is contained in:
catboxanon
2023-08-04 06:45:12 -04:00
committed by GitHub
parent a0e74c4db4
commit daee41e0d6

View File

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