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',
|
||||
flexGrow: 1,
|
||||
padding: `${isNotVerticalPadding ? 0 : 12}px ${isNotSidePadding ? 0 : 20}px`,
|
||||
overflowY: 'auto',
|
||||
height: 'fit-content',
|
||||
}}
|
||||
>
|
||||
|
|
|
@ -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']}>
|
||||
|
|
Loading…
Reference in New Issue