Add native scrolling to contacts on iOS

master v0.22.1
Tankred Hase 8 years ago
parent 2875228359
commit 2c092b0240

@ -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) {

Loading…
Cancel
Save