1
0
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:
Tankred Hase 2015-04-15 12:03:46 +02:00
parent d0f002bfd1
commit ec7e8cbd68

View File

@ -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;