mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
fix(sidebar): increase max-height for expanded sidebar tree children, see #403
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
}
|
||||
|
||||
.sidebar-tree-children.expanded {
|
||||
max-height: 1000px;
|
||||
max-height: 9999px;
|
||||
}
|
||||
|
||||
.sidebar-tree-children .sidebar-tree-node-content {
|
||||
|
||||
Reference in New Issue
Block a user