mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-26 23:09:00 +08:00
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:
commit
f08a69e629
@ -140,6 +140,10 @@ div.styler{
|
||||
background: var(--background-fill-primary);
|
||||
}
|
||||
|
||||
.block.gradio-textbox{
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
||||
/* general styled components */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user