From bb73361cb9cd78e2cadbceb5ab08ebdecc64cdd9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Nov 2015 13:38:10 +0000 Subject: [PATCH] Add smooth scrolling for webkit browsers (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14818 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index a01d126a4..28b5d0261 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -64,6 +64,8 @@ overflow-x: hidden; /* hide horizontal overflow */ min-width: 0; /* reset the min-width of 900px */ + + -webkit-overflow-scrolling: touch; } -- 2.39.5