fix: increase max-height for expanded sidebar tree children to improve visibility, fixes #403

This commit is contained in:
Will Miao
2025-09-13 16:36:01 +08:00
parent 1a76f74482
commit e5339c178a

View File

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