Skip to content

Commit

Permalink
fix(scrollbar): fix double scrollbar on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 3, 2017
1 parent c3657e6 commit b2d88f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/styles/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ html, body, .hero
height: 100%
background: $background-button
font-family: $font-family-regular
overflow-x: hidden

+mobile
overflow-x: hidden

0 comments on commit b2d88f0

Please sign in to comment.