Skip to content

Commit

Permalink
Merge pull request #62 from ChannelFinder/60-scrollbar-bug
Browse files Browse the repository at this point in the history
Don't allow horizontal scroll
  • Loading branch information
tynanford authored Aug 2, 2023
2 parents 1ab42ca + ad73e35 commit 4463ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
width: 100vw;
height: 100vh;
overflow-x: hidden;
}

.App {
Expand Down

0 comments on commit 4463ff4

Please sign in to comment.