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;