Opened 8 months ago
Closed 6 months ago
#236 closed defect (fixed)
Dropdown widget menu needs a high z-index to always appear over other elements
| Reported by: | Chema | Owned by: | ofer |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 - Coming Major |
| Component: | Parser | Version: | 0.8.5 |
| Keywords: | dropdown menu, widget, hidden, z-index, css | Cc: |
Description
Without specifying a z-index, some page elements will appear over the menu (some custom search boxes, for example). The patch raises the z-index of ".dropdown dd" to 999 to make sure it's always displayed on top.
Attachments (1)
Change History (2)
Changed 8 months ago by Chema
comment:1 Changed 6 months ago by ofer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed by [747] thanks! :)