Skip to content

Commit

Permalink
Task: Extend sidebar content space (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored May 4, 2022
1 parent 547d222 commit 09e2bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/sidebar/Sidebar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const sidebarStyles = (theme: ITheme) => {
queryList: {
marginBottom: theme.spacing.s1,
cursor: 'pointer',
maxHeight: pageHeightInVh,
maxHeight: '83vh',
minHeight: pageHeightInVh,
overflow: 'hidden',
fontSize: FontSizes.medium,
Expand Down

0 comments on commit 09e2bb5

Please sign in to comment.