diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 11:50:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-29 11:50:25 +0100 |
commit | ff8f2ede349b8b75371d6d2a98c2a1820cf56dbb (patch) | |
tree | 47623402f16af85c852021d29691912deac06328 /skins | |
parent | cbd8f7c5d2ca517c42d19ff9b92982be9f539a96 (diff) |
Fix cropped display of fixed list header in IE (#1295420)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b13e7b251..7311b04f7 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -38,6 +38,7 @@ left: 0; right: 0; bottom: 0px; + overflow: visible; /* fixes display issues of fixed list header in IE */ } #mailview-bottom { |