From 4472357537fdb966ed22899f9ec0b75a6ce1c103 Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:54:00 +0800 Subject: [PATCH] 176 bug the version selection panel didnt show up (#177) * Remove custom z-index * Prepare release 2.6.1 --- pyproject.toml | 2 +- src/style.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ed8ea9..00c06fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-model-manager" description = "Manage models: browsing, download and delete." -version = "2.6.0" +version = "2.6.1" license = { file = "LICENSE" } dependencies = ["markdownify"] diff --git a/src/style.css b/src/style.css index 723a48c..c70ef59 100644 --- a/src/style.css +++ b/src/style.css @@ -4,7 +4,3 @@ @tailwind components; @tailwind utilities; } - -.comfy-modal { - z-index: 3000; -}