Skip to content

Commit

Permalink
fix covid19india#2056 navbar meno scrolling overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-10 committed Sep 4, 2021
1 parent b9add2b commit 76c939d
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
Expand Up @@ -79,14 +79,14 @@ $dark-m-purple-light: #40008050;
}

html {
overflow-x: hidden;
width: 100vw;
}

body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
margin: 0;
overflow-x: hidden;
padding: 0;
}

Expand Down

0 comments on commit 76c939d

Please sign in to comment.