From 4980959fcea76cf42170836f5c8a0657487cac90 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 15 Oct 2013 12:45:33 -0700 Subject: [PATCH] Fix to enable momentum scrolling on iOS in new documentation --- user_doc.head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/user_doc.head.html b/user_doc.head.html index 958a96910..eae673f5f 100644 --- a/user_doc.head.html +++ b/user_doc.head.html @@ -19,6 +19,7 @@ body top: 36px; bottom: 0; overflow-y: scroll; + -webkit-overflow-scrolling: touch; /* necessary for momentum scrolling */ } .fish_left_bar