diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-23 17:19:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-23 17:19:19 +0000 |
| commit | 9dd94e7a27620f9a01d8bcf37cc04b176f737db9 (patch) | |
| tree | 445577b0928798099564e225b6967eff431ab25c /roundcubemail/skins/default/mail.css | |
| parent | b3d44059bc0bdf8d2b6c38d3fa75d2b1992ea895 (diff) | |
- Add workarounds for Chrome 14 css issues (#1487996)
git-svn-id: https://svn.roundcube.net/trunk@4958 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 14249daee..4e6e15405 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -297,12 +297,14 @@ bottom: 0px; width: 100%; height: 100%; + min-height: 100%; /* Chrome 14 bug */ } #messagepartframe { width: 100%; height: 100%; + min-height: 100%; /* Chrome 14 bug */ border: 1px solid #999999; background-color: #F9F9F9; } |
