Author Topic: Horizontal scrollbar missing in Firefox on wide message display/preview  (Read 5459 times)

Offline r@burlco.org

  • Newbie
  • *
  • Posts: 9
I'm running roundcubemail-nightly-20070318. I've found that if I display a message that has content wider than the display or preview pane, e.g. a very wide image or quoted text that doesn't wrap to the next line, no horizontal scrollbar displays in Firefox (2.0.0.3) while it does in IE6 & IE7.

I'm wondering whether "overflow: hidden;" is strictly necessary on line 699 in skins/default/mail.css:

695:div.message-part
696:{
697: padding: 8px;
698: padding-top: 10px;
699: overflow: hidden;
700:}

...removing that one line allows the horizontal scrollbar to display (as necessary) in Firefox and I don't see any undesirable side effects in IE.