fix(sidebar): increase max-height for expanded sidebar tree children, see #403

This commit is contained in:
Will Miao
2025-09-11 12:53:58 +08:00
parent 0d33884052
commit 21941521a0

View File

@@ -233,7 +233,7 @@
}
.sidebar-tree-children.expanded {
max-height: 1000px;
max-height: 9999px;
}
.sidebar-tree-children .sidebar-tree-node-content {