Download & Extend

Incompatibility with Nice Menu's

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

Status:active» fixed

To solve that problem just add to local.css file

.column-1,
.column-2,
.column-3{
overflow:visible;
background-color: transparent;
}

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.