diff --git a/dist/index.html b/dist/index.html
index 415d2d315..f5af51926 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -15,6 +15,8 @@
height: 100%;
margin: 0;
padding: 0;
+ /* disable elastic page bounce upon scroll */
+ overflow: hidden;
}
diff --git a/index.html b/index.html
index 43fc5f1fa..2135e3870 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,8 @@
height: 100%;
margin: 0;
padding: 0;
+ /* disable elastic page bounce upon scroll */
+ overflow: hidden;
}