Unverified Commit cb3e1ba9 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #9061 from zetclansu/patch-1

fix [Bug]: very wide image doesn't fit in inpaint. Update style.css
parents f1db987e 4b490205
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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;
}