(ECommerce) Fixed: Order page custom scrollbar is not working

This commit is contained in:
Sercan Yemen 2018-07-17 13:01:44 +03:00
parent 46a0ac1aa9
commit f8292af81e
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<!-- CONTENT --> <!-- CONTENT -->
<div class="content"> <div class="content">
<mat-tab-group> <mat-tab-group fxLayout="column" fxFlex>
<mat-tab label="Order Details"> <mat-tab label="Order Details">

View File

@ -19,7 +19,6 @@
} }
.tab-content { .tab-content {
flex: 1 1 auto;
&.products { &.products {