From fb944fef5668ae22aaa88fa2b9f60b93d4b8001f Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Mon, 15 Dec 2025 15:09:11 -0500 Subject: [PATCH] refactor: standardize z-index Tailwind classes (#7509) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Replace arbitrary z-index values (z-[n]) with standard Tailwind utilities. fix https://github.com/Comfy-Org/ComfyUI_frontend/issues/7499 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7509-refactor-standardize-z-index-Tailwind-classes-2ca6d73d365081339e66f0c8e6fcc20b) by [Unito](https://www.unito.io) --- src/components/graph/GraphCanvasMenu.vue | 2 +- src/components/graph/selectionToolbox/SubmenuPopover.vue | 2 +- src/components/maskeditor/ToolPanel.vue | 2 +- src/components/queue/job/QueueJobItem.vue | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/graph/GraphCanvasMenu.vue b/src/components/graph/GraphCanvasMenu.vue index acc670814..45106e1d9 100644 --- a/src/components/graph/GraphCanvasMenu.vue +++ b/src/components/graph/GraphCanvasMenu.vue @@ -10,7 +10,7 @@ > +
-
+
-
+
{{ props.title }}
@@ -113,7 +113,7 @@ This would eliminate the current duplication where the cancel button exists both outside (for running) and inside (for pending) the Transition. --> -
+