Merge pull request #717 from Shopify/inertia-scroll

Add inertia scroll
This commit is contained in:
tetchi
2016-03-18 20:38:46 -04:00

View File

@@ -57,6 +57,7 @@ body {
transition: all 0.15s ease;
z-index: 2;
height: 100vh;
-webkit-overflow-scrolling: touch;
@include tablet-and-up {
transform: translateX(0);