From 569c22673f673693f57621cd8ef261ba285e02e8 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Mon, 29 May 2023 17:03:35 -0500 Subject: [PATCH] Fix dialog Z order --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 7908f8df0..113fde3c8 100644 --- a/web/style.css +++ b/web/style.css @@ -357,6 +357,10 @@ button.comfy-queue-btn { filter: brightness(50%); } +.litegraph .dialog { + z-index: 1; +} + .litegraph .dialog.multiimageupload_dialog { font-family: Arial; display: inline-block;