Skip to content

Commit

Permalink
navigation: fix hiding scrollbar for few items
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Nov 3, 2016
1 parent d3a8816 commit 8b9dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/Navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nav {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
z-index: 104;
overflow-y: scroll;
overflow-y: auto;
-webkit-overflow-scrolling: touch;

@include xlarge {
Expand Down

0 comments on commit 8b9dc4d

Please sign in to comment.