Merge pull request #9061 from zetclansu/patch-1

fix [Bug]: very wide image doesn't fit in inpaint. Update style.css
This commit is contained in:
AUTOMATIC1111 2023-03-28 19:40:52 +03:00 committed by GitHub
commit cb3e1ba9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,6 +318,13 @@ div.dimensions-tools{
min-height: 480px !important;
}
#img2img_sketch, #img2maskimg, #inpaint_sketch {
overflow: overlay !important;
resize: auto;
background: var(--panel-background-fill);
z-index: 5;
}
.image-buttons button{
min-width: auto;
}