Add -webkit-overflow-scrolling: touch

This commit is contained in:
Chris Done 2015-01-06 12:25:21 +01:00
parent 8bbe6cf65b
commit 123c69c00d

View File

@ -61,6 +61,7 @@ h3 {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
padding-top: 0.5em; padding-top: 0.5em;
ul { ul {
-webkit-overflow-scrolling: touch;
max-height: 20ex; max-height: 20ex;
overflow: auto; overflow: auto;
list-style-type: none; list-style-type: none;