Feature #19097 » 0002-Add-smooth-scrolling-for-webkit-browsers.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 63 | 63 |
overflow-x: hidden; /* hide horizontal overflow */ |
| 64 | 64 | |
| 65 | 65 |
min-width: 0; /* reset the min-width of 900px */ |
| 66 | ||
| 67 |
-webkit-overflow-scrolling: touch; |
|
| 66 | 68 |
} |
| 67 | 69 | |
| 68 | 70 | |