Skip to content
Snippets Groups Projects
Verified Commit fbbd6cb7 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #7620 update css to hide scroll

parent 57a3aec4
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</mat-list> </mat-list>
</mat-expansion-panel> </mat-expansion-panel>
</mat-tab> </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;"> <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)" <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> matTooltip="{{service.comment}}">{{service.name}}</mat-slide-toggle>
......
...@@ -319,4 +319,8 @@ h1.admin-app-name { ...@@ -319,4 +319,8 @@ h1.admin-app-name {
.mat-column-working_days { .mat-column-working_days {
display:flex; display:flex;
justify-content:center; justify-content:center;
}
.mat-tab-body-content {
overflow: hidden !important;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment