Fix to enable momentum scrolling on iOS in new documentation

This commit is contained in:
ridiculousfish 2013-10-15 12:45:33 -07:00
parent 8edb53e902
commit 4980959fce

View file

@ -19,6 +19,7 @@ body
top: 36px;
bottom: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; /* necessary for momentum scrolling */
}
.fish_left_bar