fix: remove max-height constraint from module-list

This commit is contained in:
2025-12-30 21:08:26 +01:00
parent bc4972b1d6
commit a8f4739912

View File

@@ -733,8 +733,7 @@ nav.sidebar-section {
/* Module List in Sidebar */ /* Module List in Sidebar */
.module-list { .module-list {
max-height: 40vh; /* No max-height - parent nav.sidebar-section handles overflow */
overflow-y: auto;
} }
.module-container { .module-container {