176 bug the version selection panel didnt show up (#177)

* Remove custom z-index

* Prepare release 2.6.1
This commit is contained in:
Hayden
2025-04-21 10:54:00 +08:00
committed by GitHub
parent aabf3f99b3
commit 4472357537
2 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-model-manager" name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete." description = "Manage models: browsing, download and delete."
version = "2.6.0" version = "2.6.1"
license = { file = "LICENSE" } license = { file = "LICENSE" }
dependencies = ["markdownify"] dependencies = ["markdownify"]

View File

@@ -4,7 +4,3 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
} }
.comfy-modal {
z-index: 3000;
}