From 6bab8c9caaa4248c5ce7fffe04414ca687d1ce83 Mon Sep 17 00:00:00 2001 From: Devian Date: Tue, 31 Mar 2015 17:31:25 +0200 Subject: [PATCH] Add momentum scrolling to documentation enable momentum scrolling on the documentation page for iOS devices --- docs/client/docs.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/client/docs.less b/docs/client/docs.less index 285b70f0c5..d64ceeaebd 100644 --- a/docs/client/docs.less +++ b/docs/client/docs.less @@ -381,6 +381,7 @@ ol { height: 100%; top: 0; overflow-y: scroll; + -webkit-overflow-scrolling: touch; } .main-content { @@ -391,6 +392,7 @@ ol { z-index: 1; background: white; overflow-y: scroll; + -webkit-overflow-scrolling: touch; overflow-x: hidden; margin-left: 0; transition: margin-left 300ms ease-out;