Fix: (Ecommerce) Orders and Products tables not scrolling when custom scrollbars disabled

This commit is contained in:
Sercan Yemen 2017-12-19 10:27:33 +03:00
parent 786883eb10
commit b1ab11393e
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
.orders-table {
flex: 1 1 auto;
border-bottom: 1px solid rgba(0, 0, 0, .12);
overflow: auto;
.mat-header-row {
min-height: 64px;

View File

@ -24,6 +24,7 @@
.products-table {
flex: 1 1 auto;
border-bottom: 1px solid rgba(0, 0, 0, .12);
overflow: auto;
.mat-header-row {
min-height: 64px;