mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
Add rubber band scrolling in dropdown on iOS
This commit is contained in:
parent
d0f002bfd1
commit
ec7e8cbd68
@ -8,6 +8,8 @@
|
|||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
// allow scrolling on iOS
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
background: $color-bg;
|
background: $color-bg;
|
||||||
|
Loading…
Reference in New Issue
Block a user