Skip to content

Commit

Permalink
fix: make the settings menu vertically resize
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 20, 2022
1 parent 365fda3 commit eec4ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/renderer/src/styles/routes/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export const StyledSettings = styled.main`
padding-left: 2rem;
padding-right: 1.4rem;
flex: 1 1;
animation: 320ms ${themes.enterFromRight} ease;
overflow: hidden scroll;
Expand Down

0 comments on commit eec4ef0

Please sign in to comment.