Skip to content

Commit d8cc7ad

Browse files
committed
fix broken inpaint when zoom extension is enabled
1 parent 9cfd827 commit d8cc7ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extensions-builtin/sd-webui-ux/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,11 +2793,18 @@ div[data-testid="image"] canvas {
27932793
}
27942794

27952795

2796-
27972796
#tab_img2img div.center.boundedheight.flex {
27982797
display: block !important;
27992798
}
28002799

2800+
.image-container>.boundedheight.flex>img {
2801+
display: block !important;
2802+
}
2803+
2804+
.gap:has(>.gradio-image) {
2805+
overflow: hidden;
2806+
}
2807+
28012808
* .center.boundedheight>div:has(.brush),
28022809
* .center.boundedheight>div:has([aria-label="Clear"]) {
28032810
position: absolute;

0 commit comments

Comments
 (0)