Superfish dropdown clipped by table bounds
I am having a problem using Superfish dropdowns inside a jQuery grid. It looks like the dropdown is being clipped by the table bounds.
I’ve researched th开发者_JS百科is and it seems to be a z-index issue except that I have tried various combinations of z-index to no avail.
Here’s a screenshot of what it looks like:
I can post the css and code if need be; it's a bit complicated though.
Thanks in advance.
Rick
maybe adding overflow:visible; to the parent element of your dropdown?
精彩评论