aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorDarin Dimitroff <d@spacefarm.digital>2017-01-04 19:34:07 +0200
committerGitHub <noreply@github.com>2017-01-04 19:34:07 +0200
commitdb354f05f11d866fa74376c4559f681e648972aa (patch)
treeac82e0804b5eccdc97c978e821d3631af4e1f9bb /src/css
parent3d75005f75d2ace7ffe350d476e25af277a83367 (diff)
Adds kinetic swiping
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/imports/_overflow.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/css/imports/_overflow.css b/src/css/imports/_overflow.css
index d65b69d..fd6e334 100755
--- a/src/css/imports/_overflow.css
+++ b/src/css/imports/_overflow.css
@@ -5,7 +5,7 @@
.overflow-x-visible { overflow-x: visible; }
.overflow-x-hidden { overflow-x: hidden; }
-.overflow-x-scroll { overflow-x: scroll; }
+.overflow-x-scroll { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-visible { overflow-y: visible; }
@@ -20,7 +20,7 @@
.overflow-auto-ns { overflow: auto; }
.overflow-x-visible-ns { overflow-x: visible; }
.overflow-x-hidden-ns { overflow-x: hidden; }
- .overflow-x-scroll-ns { overflow-x: scroll; }
+ .overflow-x-scroll-ns { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
.overflow-x-auto-ns { overflow-x: auto; }
.overflow-y-visible-ns { overflow-y: visible; }
@@ -37,7 +37,7 @@
.overflow-x-visible-m { overflow-x: visible; }
.overflow-x-hidden-m { overflow-x: hidden; }
- .overflow-x-scroll-m { overflow-x: scroll; }
+ .overflow-x-scroll-m { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
.overflow-x-auto-m { overflow-x: auto; }
.overflow-y-visible-m { overflow-y: visible; }
@@ -54,7 +54,7 @@
.overflow-x-visible-l { overflow-x: visible; }
.overflow-x-hidden-l { overflow-x: hidden; }
- .overflow-x-scroll-l { overflow-x: scroll; }
+ .overflow-x-scroll-l { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
.overflow-x-auto-l { overflow-x: auto; }
.overflow-y-visible-l { overflow-y: visible; }