CB-10876 Enable inertia scrolling in test framework
diff --git a/www/assets/main.css b/www/assets/main.css
index 9223dbd..25f5ab7 100644
--- a/www/assets/main.css
+++ b/www/assets/main.css
@@ -29,6 +29,7 @@
   width: 100%;
   margin: 0;
   padding: 0;
+  -webkit-overflow-scrolling: touch;
 }
 
 #title {
@@ -87,7 +88,7 @@
   bottom: 0;
   width: 100%;
   overflow-x: none;
-  overflow-y: auto;
+  overflow-y: scroll;
   background-color: white;
 }