Skip to content

Commit

Permalink
fix app not scrolling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Rb3 committed May 12, 2024
1 parent 311c079 commit 6e47597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "bootstrap";

.App {
overflow-x: hidden;
overflow: hidden;
// padding-bottom: 100px;
// @media screen and (max-width: 473px) {
// padding-bottom: 170px;
Expand Down

0 comments on commit 6e47597

Please sign in to comment.