mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Add native scrolling to contacts on iOS
This commit is contained in:
parent
2875228359
commit
2c092b0240
@ -8,6 +8,8 @@
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: $color-grey-dark-alpha;
|
background: $color-grey-dark-alpha;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
// allow scrolling on iOS
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@include respond-to(md) {
|
@include respond-to(md) {
|
||||||
|
Loading…
Reference in New Issue
Block a user