1

The problem is I cannot get dropdown menu to show on top of ng-grid. I've even tried manually setting the z-index property on every element via FireBug but still cannot get it to work.

I'm hoping someone with similar experience can help..

Here's Plunker sample

1
  • This is not possible by the way the parent elements are positioned. You might want to take a look at this. Commented Jun 18, 2014 at 22:59

1 Answer 1

2

It kinda works if you set:

.ngViewport {
    overflow:visible;
}

in style.css. But it does not look very nice. May be take this forked plunker as a base for further experiments.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks mainguy. I tried that also but I'm not going go to forward with ng-grid as it has many flaws.. I'll work on it but not gonna use it for production code :(

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.