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:
Altering the style rule for
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:
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.