mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-10 00:31:19 -07:00
Expand gr.Image() dropzone to fill component
This commit is contained in:
parent
654ca97fe3
commit
745efef08d
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,11 @@ a{
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.upload-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */
|
||||
div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
|
||||
overflow: visible !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue