fix momentum scrolling on iOS (#5083)

This commit is contained in:
Paul Nta 2018-06-17 00:32:16 +02:00 committed by Geoffrey Booth
parent 70f6cb70e2
commit 812571843c
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ html,
body {
/* Prevent scroll on narrow devices */
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body {
/* Required for Scrollspy */

View File

@ -2,6 +2,7 @@ html,
body {
/* Prevent scroll on narrow devices */
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body {
/* Required for Scrollspy */