From 7f196096f43d534091ed5f1ffa073af9b4ce0e93 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 25 Oct 2013 12:13:09 -0400
Subject: [PATCH] Fix message content scrolling on touch devices

---
 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 c5c0055..141b611 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -772,6 +772,7 @@
 	width: 100%;
 	bottom: 27px;
 	overflow: auto;
+	-webkit-overflow-scrolling: touch;
 }
 
 #messageheader,

--
Gitblit v1.9.1