Posted by tars16 on June 5, 2009 at 7:44pm
Jump to:
| Project: | Analytic |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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;
}
Comments
#1
To solve that problem just add to local.css file
.column-1,.column-2,
.column-3{
overflow:visible;
background-color: transparent;
}
#2
Automatically closed -- issue fixed for 2 weeks with no activity.