Reputation: 4741
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
Upvotes: 1
Views: 1675
Reputation: 8331
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.
Upvotes: 2