Skip to content

Commit

Permalink
fix: prevent vertical scrolling of navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 3, 2020
1 parent 3e2e409 commit 32fb39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/styles/components/NavigationBar.scss
Expand Up @@ -10,6 +10,7 @@

.navbar-scroll {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
Expand Down

0 comments on commit 32fb39d

Please sign in to comment.