diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-10-17 20:38:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-10-18 08:48:55 +0200 |
commit | 4afe886489fba608b801f368b9cae312730f4c1b (patch) | |
tree | 3563bfbe7390a8651e04680a067202491a62cb84 | |
parent | 070b8e9f7144d3f517c68356eacdf3e96484be06 (diff) |
Fix scrolling quirk in email preview frame using Opera 12 (#1488763)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/classic/mail.css | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix scrolling quirk in email preview frame using Opera 12 (#1488763) - Fix displaying of multipart/alternative messages with empty parts (#1488750) - Fix Warning: htmlspecialchars(): charset `RCMAIL_CHARSET' not supported warning in Installer (#1488744) - Fix threaded list sorting on PHP < 5.2.9 (#1488748) diff --git a/skins/classic/mail.css b/skins/classic/mail.css index b056a0853..f4d7f2aff 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -299,7 +299,6 @@ bottom: 0px; border: 1px solid #999999; background-color: #F9F9F9; - overflow: hidden; } #messagecontframe @@ -359,7 +358,6 @@ bottom: 0; border: 1px solid #999; background-color: #F9F9F9; - overflow: hidden; } #mailboxlist |