mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fix: (Ecommerce) Orders and Products tables not scrolling when custom scrollbars disabled
This commit is contained in:
parent
786883eb10
commit
b1ab11393e
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user