From fbbd6cb75d1656131cf09fb64a4ae308941f017f Mon Sep 17 00:00:00 2001
From: Alex Orluc <alex.orluc@maarch.org>
Date: Wed, 2 May 2018 17:20:50 +0200
Subject: [PATCH] FEAT #7620 update css to hide scroll

---
 .../Views/group-administration.component.html                 | 2 +-
 apps/maarch_entreprise/css/engine.css                         | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/Views/group-administration.component.html b/apps/maarch_entreprise/Views/group-administration.component.html
index 482ce3f407a..a8db256420f 100644
--- a/apps/maarch_entreprise/Views/group-administration.component.html
+++ b/apps/maarch_entreprise/Views/group-administration.component.html
@@ -67,7 +67,7 @@
                                     </mat-list>
                                 </mat-expansion-panel>
                             </mat-tab>
-                            <mat-tab label="{{lang.administrationServices}}" style="overflow:hidden;">
+                            <mat-tab label="{{lang.administrationServices}}">
                                 <div class="col-md-3" *ngFor="let service of group['services'].administration" style="padding:10px;">
                                     <mat-slide-toggle color="primary" name="{{service.name}}" [checked]="service.checked" [(ngModel)]="service.checked" (change)="updateService(service)"
                                         matTooltip="{{service.comment}}">{{service.name}}</mat-slide-toggle>
diff --git a/apps/maarch_entreprise/css/engine.css b/apps/maarch_entreprise/css/engine.css
index 3e809ae96d8..91738bd843c 100755
--- a/apps/maarch_entreprise/css/engine.css
+++ b/apps/maarch_entreprise/css/engine.css
@@ -319,4 +319,8 @@ h1.admin-app-name {
 .mat-column-working_days {
     display:flex;
     justify-content:center;
+}
+
+.mat-tab-body-content {
+    overflow: hidden !important;
 }
\ No newline at end of file
-- 
GitLab