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'}
>