From eee3f82d68106ca75e8ef165dd1c30f0aadb8872 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 7 Oct 2025 14:13:55 +0200 Subject: [PATCH] scroll dossier prile collab --- web/themes/custom/reha/dist/css/bundle.css | 4 ++++ web/themes/custom/reha/scss/partials/_aside.scss | 2 ++ 2 files changed, 6 insertions(+) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 75f14a8..5f69a66 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -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; diff --git a/web/themes/custom/reha/scss/partials/_aside.scss b/web/themes/custom/reha/scss/partials/_aside.scss index 819b51d..6a66919 100644 --- a/web/themes/custom/reha/scss/partials/_aside.scss +++ b/web/themes/custom/reha/scss/partials/_aside.scss @@ -137,6 +137,8 @@ aside.layout-sidebar-second{ } } + overflow-y: scroll; + height: 450px; }