From 9f5cff3f8a95a806fbe199da168d7856f0e9543d Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 10 Apr 2024 14:47:21 +0300 Subject: [PATCH] fix(device-health-check-sidebars-wrapper): remove scroller --- src/components/PageWrappers/SidebarsWrapper.tsx | 1 - src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/components/PageWrappers/SidebarsWrapper.tsx b/src/components/PageWrappers/SidebarsWrapper.tsx index 857a2766..9de047f5 100644 --- a/src/components/PageWrappers/SidebarsWrapper.tsx +++ b/src/components/PageWrappers/SidebarsWrapper.tsx @@ -28,7 +28,6 @@ const SidebarsWrapper = ({ display: 'flex', flexGrow: 1, padding: `${isNotVerticalPadding ? 0 : 12}px ${isNotSidePadding ? 0 : 20}px`, - overflowY: 'auto', height: 'fit-content', }} > diff --git a/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx b/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx index 3447a63a..24548a37 100644 --- a/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx +++ b/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx @@ -25,10 +25,8 @@ const DeviceHealthCheck = () => { alignItems="flex-start" style={{ flexGrow: '1', - overflowY: 'auto', width: 'calc(100% - 380px)', }} - className={'transparent-scrollbar'} >