diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-25 18:13:09 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-25 18:13:09 +0200 |
commit | 7f196096f43d534091ed5f1ffa073af9b4ce0e93 (patch) | |
tree | dcf0dc617289e435b6400095f27872c3b16e9fa8 | |
parent | 3ce7c568267878b148121237474af155c282019d (diff) |
Fix message content scrolling on touch devices
-rw-r--r-- | skins/larry/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c5c00554c..141b61107 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -772,6 +772,7 @@ table.messagelist.fixedcopy { width: 100%; bottom: 27px; overflow: auto; + -webkit-overflow-scrolling: touch; } #messageheader, |