From b1ab11393e86faa9ceb34fae3662f215ea9de0f1 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 19 Dec 2017 10:27:33 +0300 Subject: [PATCH] Fix: (Ecommerce) Orders and Products tables not scrolling when custom scrollbars disabled --- .../main/content/apps/e-commerce/orders/orders.component.scss | 1 + .../content/apps/e-commerce/products/products.component.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/main/content/apps/e-commerce/orders/orders.component.scss b/src/app/main/content/apps/e-commerce/orders/orders.component.scss index 9eec2b3b..fadbd604 100644 --- a/src/app/main/content/apps/e-commerce/orders/orders.component.scss +++ b/src/app/main/content/apps/e-commerce/orders/orders.component.scss @@ -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; diff --git a/src/app/main/content/apps/e-commerce/products/products.component.scss b/src/app/main/content/apps/e-commerce/products/products.component.scss index fa8c3bc2..f0b1acd1 100644 --- a/src/app/main/content/apps/e-commerce/products/products.component.scss +++ b/src/app/main/content/apps/e-commerce/products/products.component.scss @@ -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;