fix(device-health-check-sidebars-wrapper): remove scroller
This commit is contained in:
parent
a8b87bfe78
commit
9f5cff3f8a
|
@ -28,7 +28,6 @@ const SidebarsWrapper = ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
padding: `${isNotVerticalPadding ? 0 : 12}px ${isNotSidePadding ? 0 : 20}px`,
|
padding: `${isNotVerticalPadding ? 0 : 12}px ${isNotSidePadding ? 0 : 20}px`,
|
||||||
overflowY: 'auto',
|
|
||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
@ -25,10 +25,8 @@ const DeviceHealthCheck = () => {
|
||||||
alignItems="flex-start"
|
alignItems="flex-start"
|
||||||
style={{
|
style={{
|
||||||
flexGrow: '1',
|
flexGrow: '1',
|
||||||
overflowY: 'auto',
|
|
||||||
width: 'calc(100% - 380px)',
|
width: 'calc(100% - 380px)',
|
||||||
}}
|
}}
|
||||||
className={'transparent-scrollbar'}
|
|
||||||
>
|
>
|
||||||
<TitleLogo subtitle="Device Health Check" />
|
<TitleLogo subtitle="Device Health Check" />
|
||||||
<div className={styles['cards-container']}>
|
<div className={styles['cards-container']}>
|
||||||
|
|
Loading…
Reference in New Issue