diff --git a/examples/embedded.html b/examples/embedded.html
index e4bf4cf..cefb906 100644
--- a/examples/embedded.html
+++ b/examples/embedded.html
@@ -13,6 +13,7 @@
margin: 0;
-webkit-scroll-snap-type: mandatory;
-webkit-scroll-snap-points-x: repeat(100%);
+ -webkit-overflow-scrolling: auto;
/*This scroll snap functionality is part of a polyfill
that enables the functionality in Chrome.*/
@@ -75,6 +76,116 @@
});
+