소스 검색

scroll dossier prile collab

ouidade 1 주 전
부모
커밋
eee3f82d68
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      web/themes/custom/reha/dist/css/bundle.css
  2. 2 0
      web/themes/custom/reha/scss/partials/_aside.scss

+ 4 - 0
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;

+ 2 - 0
web/themes/custom/reha/scss/partials/_aside.scss

@@ -137,6 +137,8 @@ aside.layout-sidebar-second{
                 }
     
             }
+            overflow-y: scroll;
+            height: 450px;
             
 
         }