fix: remove max-height constraint from module-list

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

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 {