Thomas Bruederli
2013-08-14 ed478cf064c79a4f76dc5433510ba15260f2e1ec
Fix scrolling in iframes on touch devices
2 files modified
11 ■■■■■ changed files
skins/larry/styles.css 9 ●●●●● patch | view | raw | blame | history
skins/larry/templates/mail.html 2 ●●● patch | view | raw | blame | history
skins/larry/styles.css
@@ -877,6 +877,15 @@
    background-repeat: no-repeat;
}
/* fix scrolling within iframes in webkit browsers on touch devices */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .iframebox {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/*** lists ***/
.listbox {
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>