Skip to content

Commit a764e8a

Browse files
authored
fix: Suppress layout shift after loading in sessions list (#252)
1 parent ce5de68 commit a764e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/pages/PageSessions/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export const PageSessions: FC = () => {
2626
display: 'flex',
2727
justifyContent: 'center',
2828
backgroundColor: Colors.background.secondary,
29-
padding: { xs: '32px 16px', md: '80px 20px' }
29+
padding: { xs: '32px 16px', md: '80px 20px' },
30+
minHeight: '100vh'
3031
}}
3132
>
3233
<Box maxWidth={'1024px'} width={'100%'}>

0 commit comments

Comments
 (0)