Incompatibility with Nice Menu's
tars16 - June 5, 2009 - 19:44
| Project: | Analytic |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
If you put a nice menu block in the left or right sidebar, the fly out will not show because of the css overflow:hidden.
.column-1 {
overflow:hidden;
}
.column-3 {
overflow:hidden;
}