Collaborator scroll

This commit is contained in:
Vins 2024-02-12 16:39:07 +01:00
parent 3ea14b9460
commit d88499bfad

View File

@ -15,7 +15,9 @@
} }
.folderlist-container { .folderlist-container {
max-height: calc(100vh - 290px);
height: 100%; height: 100%;
border-right: 1px solid var(--grey-medium); border-right: 1px solid var(--grey-medium);
overflow: auto;
} }
} }