diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-08-15 00:09:44 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-08-15 00:11:41 +0200 |
commit | ed478cf064c79a4f76dc5433510ba15260f2e1ec (patch) | |
tree | 393da297f757bf9cc2d2e32080dc7538ef314f21 /skins/larry/templates | |
parent | cf89e87effbdef6d2a2d43b5fd7325f21b4627b6 (diff) |
Fix scrolling in iframes on touch devices
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | 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 e145ddff8..24274fde3 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> |