Comment 2 for bug 463849

Revision history for this message
Nobuto Murata (nobuto) wrote :

The css which cause this problem is described in #block-block-57.

I made patch for this css.
I changed from "overflow: clip;" to "overflow: hidden".
Because "overflow: clip" is not a valid property in CSS 2.1.