mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -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;
|
||||
min-width: 150px;
|
||||
overflow-y: auto;
|
||||
// allow scrolling on iOS
|
||||
-webkit-overflow-scrolling: touch;
|
||||
text-align: left;
|
||||
font-size: $font-size-base;
|
||||
background: $color-bg;
|
||||
|
Loading…
Reference in New Issue
Block a user