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
commit f08a69e629
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); background: var(--background-fill-primary);
} }
.block.gradio-textbox{
overflow: visible !important;
}
/* general styled components */ /* general styled components */