diff --git a/README.md b/README.md index cfbd702..2e31d91 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Currently it is still missing some features it should have. ### Model Copying - ☐ Copy image? +- ☐ Copy model path? ### Model info window/panel (server load/send on demand) diff --git a/web/model-manager.css b/web/model-manager.css index 168e8c3..5ed0f23 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -28,8 +28,10 @@ border-bottom: none; border-top-left-radius: 8px; border-top-right-radius: 8px; + background-color: var(--comfy-menu-bg); cursor: pointer; margin-bottom: 0px; + z-index: 1; } .comfy-tabs-head .head-item.active {