1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-30 22:50:17 -05:00

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

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