Unplanned
Last Updated: 15 Jan 2018 10:31 by ADMIN
ADMIN
Marin Bratanov
Created on: 15 Jan 2018 10:28
Category: Menu
Type: Bug Report
0
Scroll arrows are hidden when hovering half-shown menu items that have child items
the scroll arrows do not have a proper z-index and get hidden when an item that is half-shown behind them is hovered, because this item gets a higher z-index.

attached is a video of the problem

WORKAROUND:
- set z-index to the arrows:

        .RadMenu .rmBottomArrow,
        .RadMenu .rmTopArrow {
            z-index: 31 !important;
        }
Attached Files:
0 comments