summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--skins/larry/mail.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3c9aba90..7955a487b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ CHANGELOG Roundcube Webmail
- Fix mbox files import
- Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
- Fix regression in SHAA password generation in ldap driver of password plugin (#1490094)
+- Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103)
RELEASE 1.0.3
-------------
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4ec258552..0f1eaa8a7 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -857,7 +857,6 @@ div.hide-headers {
#messagecontent .leftcol,
#messagepreview .leftcol {
margin-right: 252px;
- overflow-x: auto;
}
#messagecontent .rightcol,