This is causing a problem with http://drupal.org/project/persona
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | neptune-sidebar-overflow-1983876-3.patch | 1.86 KB | laurencemercer |
| Screenshot from 2013-05-01 16:25:17.png | 10.45 KB | jbrown | |
| dont-hide-sidebar-overflow.patch | 981 bytes | jbrown |
Comments
Comment #1
laurencemercerThanks for the report and patch.
overflow:hidden; is used as a layout fix for the
<aside>containing the sidebars (because this collapses when there is a single column layout with two sidebars and the sidebars are floated), but it should be fine to remove overflow:hidden;, as you've already done, and then implement a different layout fix - possibly a clearfix.I'll have a look.
Comment #2
jbrown commentedThanks!
Comment #3
laurencemercerThe attached patch should resolve the issue. It removes overflow hidden, uses clearfix, and also updates the rtl CSS.
Comment #4
laurencemercerThis is now fixed in the dev release.
Comment #5
jbrown commentedThanks!