mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
fix Inpaint Image Appears Behind Some UI Elements #206
This commit is contained in:
@@ -3337,6 +3337,9 @@ input[type="checkbox"] {
|
||||
.default-mobile .template > .full-height {
|
||||
padding: var(--ae-panel-padding);
|
||||
}
|
||||
#img2img_params_tabitem .tabitem > .gap{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.xtabs-tab span {
|
||||
|
||||
@@ -367,7 +367,7 @@ onUiLoaded(async() => {
|
||||
const img = targetElement.querySelector(`${elemId} img`);
|
||||
|
||||
if (img && img.style.display !== "none") {
|
||||
img.style.display = "none";
|
||||
//img.style.display = "none";
|
||||
img.style.visibility = "hidden";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user