Skip to content

Commit

Permalink
Fix #227
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleclaire committed Jul 18, 2022
1 parent 8f7ab0b commit 8e699b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/nav/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Account() {
<Split
sizes={[60, 40]}
direction="horizontal"
className="flex-1 w-full flex"
className="flex-1 w-full flex overflow-scroll"
gutterSize={5}
>
<ProgramChangeView />
Expand Down

0 comments on commit 8e699b6

Please sign in to comment.