From 4b4902050684dc4db1bbd007a4f2e8f7c37bf1a4 Mon Sep 17 00:00:00 2001 From: zetclansu Date: Mon, 27 Mar 2023 21:05:56 +0300 Subject: [PATCH] Update style.css Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 5e8fb5330..be6ceb1e4 100644 --- a/style.css +++ b/style.css @@ -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; } -- GitLab