diff --git a/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss
index bf494fb7..d04b3680 100644
--- a/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss
+++ b/src/front/Components/LayoutTemplates/DefaultCollaboratorDashboard/CollaboratorListContainer/classes.module.scss
@@ -15,7 +15,7 @@
}
.folderlist-container {
- max-height: calc(100vh - 290px);
+ max-height: calc(100vh - 215px);
height: 100%;
border-right: 1px solid var(--grey-medium);
overflow: auto;
diff --git a/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/classes.module.scss
index d787f90f..e2840502 100644
--- a/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/classes.module.scss
+++ b/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/classes.module.scss
@@ -6,6 +6,8 @@
flex-direction: column;
justify-content: space-between;
+ position: relative;
+
.header {
flex: 1;
}
@@ -15,9 +17,16 @@
}
.folderlist-container {
- max-height: calc(100vh - 290px);
- height: calc(100vh - 290px);
+ max-height: calc(100vh - 215px);
+ height: calc(100vh - 215px);
overflow: auto;
border-right: 1px solid var(--grey-medium);
}
+
+ .create-container {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ }
}
diff --git a/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/index.tsx b/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/index.tsx
index c239d2d7..a4889258 100644
--- a/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/index.tsx
+++ b/src/front/Components/LayoutTemplates/DefaultDeedTypeDashboard/DeedTypeListContainer/index.tsx
@@ -59,7 +59,7 @@ export default function DeedListContainer(props: IProps) {
/>
-
+
diff --git a/src/front/Components/LayoutTemplates/DefaultDocumentTypesDashboard/DocumentTypeListContainer/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultDocumentTypesDashboard/DocumentTypeListContainer/classes.module.scss
index b8bae18e..a172d64d 100644
--- a/src/front/Components/LayoutTemplates/DefaultDocumentTypesDashboard/DocumentTypeListContainer/classes.module.scss
+++ b/src/front/Components/LayoutTemplates/DefaultDocumentTypesDashboard/DocumentTypeListContainer/classes.module.scss
@@ -15,8 +15,8 @@
}
.folderlist-container {
- max-height: calc(100vh - 290px);
- height: calc(100vh - 290px);
+ max-height: calc(100vh - 215px);
+ height: calc(100vh - 215px);
overflow: auto;
border-right: 1px solid var(--grey-medium);
}
diff --git a/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/classes.module.scss
index d787f90f..e2840502 100644
--- a/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/classes.module.scss
+++ b/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/classes.module.scss
@@ -6,6 +6,8 @@
flex-direction: column;
justify-content: space-between;
+ position: relative;
+
.header {
flex: 1;
}
@@ -15,9 +17,16 @@
}
.folderlist-container {
- max-height: calc(100vh - 290px);
- height: calc(100vh - 290px);
+ max-height: calc(100vh - 215px);
+ height: calc(100vh - 215px);
overflow: auto;
border-right: 1px solid var(--grey-medium);
}
+
+ .create-container {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ }
}
diff --git a/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/index.tsx b/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/index.tsx
index 3a992ba6..1f52f6fb 100644
--- a/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/index.tsx
+++ b/src/front/Components/LayoutTemplates/DefaultRoleDashboard/RoleListContainer/index.tsx
@@ -64,7 +64,7 @@ export default function RoleListContainer(props: IProps) {
/>
-