Add inertia scroll

This commit is contained in:
Tetsuro
2016-03-18 20:38:16 -04:00
parent c9e9bc3529
commit bbf7ef8482

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);