mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add momentum scrolling to documentation
enable momentum scrolling on the documentation page for iOS devices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user