aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-15 12:45:33 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-10-16 01:04:23 -0700
commit1feec5a96c02fb59edbbbdfc6b355d33dc8f1900 (patch)
tree79f4a5b635077091c0d47d5c1fb1b38e4b5907ca
parent7d95768a924a8c02ded610781c0f05cb5f72cfca (diff)
Fix to enable momentum scrolling on iOS in new documentation
-rw-r--r--user_doc.head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_doc.head.html b/user_doc.head.html
index 958a9691..eae673f5 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