From bbf7ef8482e7ba94af634f74c4cfc894b183e226 Mon Sep 17 00:00:00 2001 From: Tetsuro Date: Fri, 18 Mar 2016 20:38:16 -0400 Subject: [PATCH] Add inertia scroll --- _sass/modules/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/modules/_layout.scss b/_sass/modules/_layout.scss index ba231c3..6971064 100644 --- a/_sass/modules/_layout.scss +++ b/_sass/modules/_layout.scss @@ -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);