Skip to content

Commit cb3e1ba

Browse files
Merge pull request AUTOMATIC1111#9061 from zetclansu/patch-1
fix [Bug]: very wide image doesn't fit in inpaint. Update style.css
2 parents f1db987 + 4b49020 commit cb3e1ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

style.css

+7
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ div.dimensions-tools{
318318
min-height: 480px !important;
319319
}
320320

321+
#img2img_sketch, #img2maskimg, #inpaint_sketch {
322+
overflow: overlay !important;
323+
resize: auto;
324+
background: var(--panel-background-fill);
325+
z-index: 5;
326+
}
327+
321328
.image-buttons button{
322329
min-width: auto;
323330
}

0 commit comments

Comments
 (0)