From 9e7690405a6cf3f3ff09678bb248ff9aae8fd282 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Thu, 10 Apr 2025 20:50:19 -0400 Subject: [PATCH] keep user input on top of selection toolbox (#3389) Co-authored-by: Benjamin Lu --- src/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index fb1768a80..1cd2b361b 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -398,6 +398,7 @@ button.comfy-queue-btn { .graphdialog { min-height: 1em; background-color: var(--comfy-menu-bg); + z-index: 41; /* z-index is set to 41 here in order to appear over selection-overlay-container which should have a z-index of 40 */ } .graphdialog .name {