scroll dossier prile collab

This commit is contained in:
2025-10-07 14:13:55 +02:00
parent 2b3e19430c
commit eee3f82d68
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1037,6 +1037,10 @@ aside.layout-sidebar-second .view-current-user-doc-profile .view-curent-user-sit
display: block;
align-self: flex-end;
}
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur {
overflow-y: scroll;
height: 450px;
}
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur::before {
content: "";
display: block;
@@ -137,6 +137,8 @@ aside.layout-sidebar-second{
}
}
overflow-y: scroll;
height: 450px;
}