Skip to content

Commit c996b77

Browse files
leineveberalexanderrudnik
authored andcommitted
fix(dashboard): fix scroll
1 parent 68e70dd commit c996b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/DashboardPage/DashboardPage.styles.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export const LeftSideCol = styled(Col)`
1919
@media only screen and ${(props) => props.theme.media.xl} {
2020
padding: ${(props) =>
2121
`${props.theme.desktopLayout.paddingVertical} ${props.theme.desktopLayout.paddingHorizontal}`};
22+
height: calc(100vh - ${(props) => props.theme.desktopLayout.headerHeight});
23+
overflow: auto;
2224
}
2325
`;
2426

0 commit comments

Comments
 (0)