From d88499bfadddc588c0807fd4a1a0f8bd3bf95aae Mon Sep 17 00:00:00 2001 From: Vins Date: Mon, 12 Feb 2024 16:39:07 +0100 Subject: [PATCH] Collaborator scroll --- .../CollaboratorListContainer/classes.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss index 300d46f2..bf494fb7 100644 --- a/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss +++ b/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss @@ -15,7 +15,9 @@ } .folderlist-container { + max-height: calc(100vh - 290px); height: 100%; border-right: 1px solid var(--grey-medium); + overflow: auto; } }