From 85e10cbb418687f92bdd032beb1ded0205e6a857 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 14 Aug 2013 18:09:44 -0400
Subject: [PATCH] Fix scrolling in iframes on touch devices

---
 skins/larry/templates/mail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 7ef12bf..5f465d7 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -112,7 +112,7 @@
 
 <div id="mailview-bottom" class="uibox">
 
-<div id="mailpreviewframe">
+<div id="mailpreviewframe" class="iframebox">
 <roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
 </div>
 

--
Gitblit v1.9.1