Opened 2 years ago
Closed 2 years ago
#2947 closed Defect (fixed)
User hover menu is hidden on one column layouts
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | major | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
This is because elgg-body doesn't extend the full length of the page.
To duplicate, disable profile plugin and view a user's URL.
I'm not sure if this will effect hover menus that appear low in the page.
Change History (2)
comment:1 Changed 2 years ago by cash
comment:2 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
(In [svn:8353]) Fixes #2947: User hover menu attached to body and shows regardless of overflow.
Note: See
TracTickets for help on using
tickets.

Larger problem - anything that uses "overflow: hidden" hides the hover menu. Treating the menu like a lightbox would fix the problem (inject the menu outside the page and position it absolutely).