mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +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 {
|
.orders-table {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, .12);
|
border-bottom: 1px solid rgba(0, 0, 0, .12);
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.mat-header-row {
|
.mat-header-row {
|
||||||
min-height: 64px;
|
min-height: 64px;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
.products-table {
|
.products-table {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, .12);
|
border-bottom: 1px solid rgba(0, 0, 0, .12);
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.mat-header-row {
|
.mat-header-row {
|
||||||
min-height: 64px;
|
min-height: 64px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user