From c7b59a6717eed7bb2ecac76592205fc13dc99ba6 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Thu, 19 Feb 2015 15:20:55 +0100 Subject: [PATCH] Add smooth scrolling for webkit browsers --- public/stylesheets/responsive.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 708a85c..4a62410 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -63,6 +63,8 @@ overflow-x: hidden; /* hide horizontal overflow */ min-width: 0; /* reset the min-width of 900px */ + + -webkit-overflow-scrolling: touch; } -- 1.9.3 (Apple Git-50)