Fixed Pop-ups appear behind media in lightbox mode

Old Nick

Well-known member
Affected version
2.3 RC
When viewing media in a lightbox, clicking the links for Report, Delete, and Edit causes the pop-up to appear behind the media, necessitating the closure of the lightbox to access these options. Same behaviour for the Evaluate button.
 
When viewing media in a lightbox, clicking the links for Report, Delete, and Edit causes the pop-up to appear behind the media, necessitating the closure of the lightbox to access these options. Same behaviour for the Evaluate button.
Same here with 2.3.2
 
Increase the value of style property zIndexMultiplier to at least 117
In setup.less? How?
Less:
// HELPERS
@zIndex-1: (@xf-zIndexMultiplier * 1);
@zIndex-2: (@xf-zIndexMultiplier * 2);
@zIndex-3: (@xf-zIndexMultiplier * 3);
@zIndex-4: (@xf-zIndexMultiplier * 4);
@zIndex-5: (@xf-zIndexMultiplier * 5);
@zIndex-6: (@xf-zIndexMultiplier * 6);
@zIndex-7: (@xf-zIndexMultiplier * 7);
@zIndex-8: (@xf-zIndexMultiplier * 8);
@zIndex-9: (@xf-zIndexMultiplier * 9);
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFMG release (2.3.4).

Change log:
Ensure overlays appear above lightbox.
There may be a delay before changes are rolled out to the XenForo Community.
 
This is not fully fixed yet:
Overlays now open above the Lightbox, but text input controls (textarea, editor, etc.) are not usable.

Should this be tracked as a new bug report?
@Jeremy P @Chris D
 
Last edited:
Back
Top Bottom