mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
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
This commit is contained in:
parent
e680ae1aa3
commit
bb73361cb9
@ -64,6 +64,8 @@
|
||||
overflow-x: hidden; /* hide horizontal overflow */
|
||||
|
||||
min-width: 0; /* reset the min-width of 900px */
|
||||
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user