From afa38edfea1c71dd3d67184a6a064227c5b1a42b Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Wed, 8 Nov 2017 23:40:28 +0100
Subject: [PATCH] FIX CSS height

---
 apps/maarch_entreprise/Views/profile.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/Views/profile.component.html b/apps/maarch_entreprise/Views/profile.component.html
index f6d561fd955..7d79c331f56 100755
--- a/apps/maarch_entreprise/Views/profile.component.html
+++ b/apps/maarch_entreprise/Views/profile.component.html
@@ -147,7 +147,7 @@
                     <li role="presentation" class="active"><a href="#manageBaskets" aria-controls="manageBaskets" role="tab" data-toggle="tab">Gérer mes corbeilles</a></li>
                 </ul>
                 <div class="tab-content">
-                    <div role="tabpanel" class="tab-pane active" id="manageBaskets">
+                    <div role="tabpanel" class="tab-pane active" id="manageBaskets" style="max-height: calc(100vh - 200px);overflow-y: auto;">
                         <ul class="list-group" *ngFor="let regroupedBasket of user.regroupedBaskets; let i = index">
                             <h4 *ngIf="regroupedBasket.baskets[0]">{{regroupedBasket.groupDesc}}</h4>
                             <li class="list-group-item" *ngFor="let basket of regroupedBasket.baskets; let y = index">
-- 
GitLab