Skip to content

Commit

Permalink
fix(dashboard): fix scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
leineveber authored and alexanderrudnik committed Jan 28, 2022
1 parent 68e70dd commit c996b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/DashboardPage/DashboardPage.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const LeftSideCol = styled(Col)`
@media only screen and ${(props) => props.theme.media.xl} {
padding: ${(props) =>
`${props.theme.desktopLayout.paddingVertical} ${props.theme.desktopLayout.paddingHorizontal}`};
height: calc(100vh - ${(props) => props.theme.desktopLayout.headerHeight});
overflow: auto;
}
`;

Expand Down

0 comments on commit c996b77

Please sign in to comment.