fix(device-health-check-sidebars-wrapper): remove scroller

This commit is contained in:
RadoslavDimchev 2024-04-10 14:47:21 +03:00 committed by Radoslav Dimchev
parent a8b87bfe78
commit 9f5cff3f8a
2 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@ const SidebarsWrapper = ({
display: 'flex',
flexGrow: 1,
padding: `${isNotVerticalPadding ? 0 : 12}px ${isNotSidePadding ? 0 : 20}px`,
overflowY: 'auto',
height: 'fit-content',
}}
>

View File

@ -25,10 +25,8 @@ const DeviceHealthCheck = () => {
alignItems="flex-start"
style={{
flexGrow: '1',
overflowY: 'auto',
width: 'calc(100% - 380px)',
}}
className={'transparent-scrollbar'}
>
<TitleLogo subtitle="Device Health Check" />
<div className={styles['cards-container']}>