Search code examples
cssjquery-uiyuislickgrid

How can I force yui menu appear above slick grid


I am using YUI Menu with JQuery Slickgrid & JQuery Skin !!! (Yes I know)

I'm having the following problem

enter image description here

The menu is blending into the grid. What css should I change to fix this issue?


Solution

  • Use z-index to keep your div on top of another.

    z-index: 5;