diff --git a/css/timeline.css b/css/timeline.css index e20e647..010cc7b 100644 --- a/css/timeline.css +++ b/css/timeline.css @@ -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;