fix: remove max-height constraint from module-list

This commit is contained in:
2025-12-30 21:08:26 +01:00
parent 31eb77c1a6
commit acefc84d72

View File

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