From ee9db11439c29bf52016a1f7518b58fb61ef2bc4 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Wed, 28 Nov 2018 17:57:42 +0100
Subject: [PATCH] FIX #8976 fix css panel

---
 src/frontend/app/sidebar/sidebar.component.scss | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/frontend/app/sidebar/sidebar.component.scss b/src/frontend/app/sidebar/sidebar.component.scss
index 98a89f1724..d5218488bd 100644
--- a/src/frontend/app/sidebar/sidebar.component.scss
+++ b/src/frontend/app/sidebar/sidebar.component.scss
@@ -1,7 +1,7 @@
 @import '../../css/vars.scss';
 
 .main-header {
-  height: 25%;
+  height: 205px;
   overflow: auto;
 }
 
@@ -9,6 +9,8 @@
   position: relative;
   height: 100%;
   overflow: hidden;
+  display: flex;
+  flex-direction: column;
 
   &-header {
     background: #F1F4F4;
@@ -46,10 +48,11 @@
     justify-content: space-around;
   }
   .nav {
-    height: 75%;
+    flex: 1;
     overflow-y: scroll;
     margin-top: 0px;
     overflow-x: hidden;
+    margin-bottom: 0px;
 
     &-item {
       height: 70px;
-- 
GitLab