This question is locked. New answers and comments are not allowed.
If you have a menu that is above a grid and the dropdown items will overlap it, sometimes when the menu drops down, it slides behind the grid instead of on top. Sometimes it seems random to reproduce, but I've found one scenario where its consistently reproduceable. However, In this scenario, it only happens the first time, and the real problem is the random times when it seems to happen every time, until you refresh the page.
1. Put a menu with dropdowns overtop of a grid.
2. Hover the mouse over a menu whose dropdown will overlap with the grid.
3. Without moving the mouse, refresh the page.
4. Slowly move the mouse down off of the menu item. Its dropdown will slide beneath the grid.
I got a suggestion in another post about grid filter dropdowns sliding under as well when you have grids stacked on top of each other. In that case setting the z-index solved that problem. I tried doing that here, but it did not work.
Please help. thanks.