mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-08-26 15:15:18 +02:00
fix broken inpaint when zoom extension is enabled
This commit is contained in:
@@ -2793,11 +2793,18 @@ div[data-testid="image"] canvas {
|
||||
}
|
||||
|
||||
|
||||
|
||||
#tab_img2img div.center.boundedheight.flex {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.image-container>.boundedheight.flex>img {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.gap:has(>.gradio-image) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
* .center.boundedheight>div:has(.brush),
|
||||
* .center.boundedheight>div:has([aria-label="Clear"]) {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user