With the Garland theme, the panels are displayed under some other page elements.
The z-index of the div with class qtip is not set at first displays.
Later on, but not always, the z-index is set.
A quick fix in the theme css :
.qtip {
z-index: 6000;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | menu_minipanels-n1233488-d6.patch | 331 bytes | damienmckenna |
| #2 | menu_minipanels-n1233488-d7.patch | 300 bytes | damienmckenna |
Comments
Comment #1
archnode commentedThis should be fixed in qTip 2.0, so the case regarding the update to the newest qTip version would make this issue obsolete.
Comment #2
damienmckennaThis should work.
Comment #3
damienmckennaI've committed the patches from #2.
Comment #5
ledom commentedThanks! it does the job for D6