From f1597ce0b04353492f18079462da10f653941ca6 Mon Sep 17 00:00:00 2001 From: Christian Bastian Date: Mon, 22 Jan 2024 22:58:26 -0500 Subject: [PATCH] Partial fix for tab visibility when screen narrow --- README.md | 1 + web/model-manager.css | 2 ++ 2 files changed, 3 insertions(+) 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 {