Skip to content

Commit

Permalink
Scrolling on timeline for coarse pointers only
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
kingfisher13 committed Apr 12, 2016
1 parent 3ff086b commit 5e56752
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/timeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ div#timeline-container {
overflow-x: hidden;
}

@media (pointer: coarse) {
div#timeline-container {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}

div#timeline {
height: 100%;
position: relative;
Expand Down

0 comments on commit 5e56752

Please sign in to comment.