From 355958e75d791426dc0d63ecf68fc56b3d889569 Mon Sep 17 00:00:00 2001 From: pkundu Date: Fri, 13 Oct 2023 14:07:34 +0530 Subject: [PATCH] scroll issue fixed --- lib/core/src/lib/info-drawer/info-drawer.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index ff87283d4b..8f52e13f73 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -58,7 +58,7 @@ .mat-tab-body-content { /* stylelint-disable */ - overflow: initial; + overflow: auto; /* stylelint-enable */ } }