Skip to content

Commit

Permalink
Got rid of x scroll on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ReStartQ committed Dec 7, 2023
1 parent a4a0407 commit 222e16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/app/sidebar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ const SideBar = React.memo(() => {
width: '100%',
display: 'flex',
flexDirection: 'row',
overflowX: 'hidden',
}}
>
{sidebarValue.sidebar !== 5 ? <ListViewToggle /> : null}
Expand Down

0 comments on commit 222e16b

Please sign in to comment.