Add native scrolling to contacts on iOS

This commit is contained in:
Tankred Hase 2015-02-05 09:50:40 +01:00
parent 2875228359
commit 2c092b0240
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
z-index: 1000;
background: $color-grey-dark-alpha;
overflow: auto;
// allow scrolling on iOS
-webkit-overflow-scrolling: touch;
text-align: center;
@include respond-to(md) {