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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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