From bb73361cb9cd78e2cadbceb5ab08ebdecc64cdd9 2015-11-07 13:38:10 From: Jean-Philippe Lang Date: 2015-11-07 13:38:10 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 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index a01d126..28b5d02 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; }