diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-10 18:19:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-10 18:19:52 +0000 |
| commit | 61f6530cdf51fcac29cb57a4fcec9864ac5421de (patch) | |
| tree | 785fdbde84684517105296a7741d6869bbc1c809 | |
| parent | 5c248b68423e67343557aa08a14c9f2e12881faf (diff) | |
- fix horizontal scrollbar in Safari/Chrome (#1485204)
git-svn-id: https://svn.roundcube.net/trunk@2633 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index f6087ebfe..6cadd2b1f 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -281,7 +281,8 @@ td.formlinks a:visited bottom: 0px; border: 1px solid #999999; background-color: #F9F9F9; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; } #mailpreviewframe |
