Add momentum scrolling to documentation

enable momentum scrolling on the documentation page for iOS devices
This commit is contained in:
Devian
2015-03-31 17:31:25 +02:00
parent 89c22bf634
commit 6bab8c9caa

View File

@@ -381,6 +381,7 @@ ol {
height: 100%;
top: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.main-content {
@@ -391,6 +392,7 @@ ol {
z-index: 1;
background: white;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
margin-left: 0;
transition: margin-left 300ms ease-out;