From 228ea78c418314f5c2db146e8990e3ea75ae7246 Mon Sep 17 00:00:00 2001 From: Rajnikant Lodhi Date: Wed, 17 Aug 2022 16:51:08 +0530 Subject: [PATCH] Remove Inner scroll bar for node configuration --- src/styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 6c8d6f25..d5702921 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -68,3 +68,12 @@ mat-menu-panel { font-size: 12px !important; font-family: monospace; } +.mat-tab-body-content { + height: 100%; + overflow: initial !important; +} +.mat-tab-body.mat-tab-body-active { + + overflow-y: clip !important; + +}