From fdbeb5612d8cf53ffa96c4307a9b2fa48b77aca0 Mon Sep 17 00:00:00 2001 From: Kartik Gupta Date: Wed, 31 Jul 2024 09:44:32 +0530 Subject: [PATCH] added parent class to scrollbar d-none to prevent style getting inherited into container (#10511) --- frontend/src/_styles/drawer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/_styles/drawer.scss b/frontend/src/_styles/drawer.scss index e15920fd63..4b2f9b89d5 100644 --- a/frontend/src/_styles/drawer.scss +++ b/frontend/src/_styles/drawer.scss @@ -45,8 +45,10 @@ } } -::-webkit-scrollbar{ - display: none; +#tooljet-drawer-root{ + ::-webkit-scrollbar{ + display: none !important; + } } .drawer-container.in.open {