Showing
1 changed file
with
2 additions
and
1 deletions
@@ -62,6 +62,7 @@ | @@ -62,6 +62,7 @@ | ||
62 | left: 50%; | 62 | left: 50%; |
63 | top: 0; | 63 | top: 0; |
64 | overflow: auto; | 64 | overflow: auto; |
65 | + -webkit-overflow-scrolling: touch; | ||
65 | 66 | ||
66 | > li { | 67 | > li { |
67 | height: 60px; | 68 | height: 60px; |
@@ -71,7 +72,7 @@ | @@ -71,7 +72,7 @@ | ||
71 | overflow: hidden; | 72 | overflow: hidden; |
72 | white-space: nowrap; | 73 | white-space: nowrap; |
73 | text-overflow: ellipsis; | 74 | text-overflow: ellipsis; |
74 | - | 75 | + |
75 | &.highlight { | 76 | &.highlight { |
76 | background: #eee; | 77 | background: #eee; |
77 | } | 78 | } |
-
Please register or login to post a comment