Fixed Layering / z-index issue with inline mod checkbox & filters menu

marquisite

Well-known member
Affected version
XFMG 2.0.4a
In XFMG, the inline moderation checkbox currently has a higher numbered z-index value than the XF 2.x filters menu. This causes the checkboxes to show on top of the filter menu, which looks rather odd.

Inline mod checkbox (parent label element, class .itemList-itemOverlayTop) has a z-index of 300.
Sort menu (inline styling) has a z-index of 206.

I can reproduce this issue on XenForo.com:
XenForo-2-XFMG-InlineMod-FilterMenu-ZIndex-Issue.webp

Altering the style rule for .itemList-itemOverlayTop to z-index: 200; fixes this issue. I haven't done any additional testing to see whether this may cause issues elsewhere in XFMG.
 
Top Bottom