Skip to content

Commit

Permalink
Hide X overflow so we don't get a horizontal scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
e-halinen committed Sep 17, 2024
1 parent 9b7ba35 commit ea6b0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {
background-color: #F4F4F5;
font-size: 18px;
font-family: gotham_rounded_medium, sans-serif;
overflow-x: hidden;
}

button {
Expand Down

0 comments on commit ea6b0f0

Please sign in to comment.