Thomas Bruederli
2015-12-23 12d389b396e789fd6d55958b23ef61c58fdcda70
Fix mail view scaling on iOS (#1490551)
2 files modified
8 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 7 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -8,6 +8,7 @@
- Fix path traversal vulnerability in setting a skin (#1490620)
- Fix so drag-n-drop of text (e.g. recipient addresses) on compose page actually works (#1490619)
- Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)
- Fix mail view scaling on iOS (#1490551)
RELEASE 1.2-beta
----------------
skins/larry/styles.css
@@ -1,7 +1,7 @@
/**
 * Roundcube webmail styles for skin "Larry"
 *
 * Copyright (c) 2012, The Roundcube Dev Team
 * Copyright (c) 2012-2015, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -23,6 +23,11 @@
    overflow: hidden;
}
.iphone body.noscroll {
    /* revert on iPhone (#1490551) */
    overflow: auto;
}
a {
    color: #0069a6;
}