mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-08 02:02:36 -08:00
Fix Gradio 3.39.0 textbox overflow
This commit is contained in:
parent
a0e74c4db4
commit
daee41e0d6
1 changed files with 4 additions and 0 deletions
|
|
@ -140,6 +140,10 @@ div.styler{
|
|||
background: var(--background-fill-primary);
|
||||
}
|
||||
|
||||
.block.gradio-textbox{
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
||||
/* general styled components */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue