-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
When I put two grids on the same page and open the column menu for the first one, the second grid's header overlaps it as seen in this screenshot:
Here's a Plunker demonstrating the issue: http://plnkr.co/edit/Eb3BL0l01GHXLvVSGTA5
Forcing the z-index of the first grid panel with this CSS style provides a workaround:
[ng-grid=gridOptions1] .ngTopPanel {
z-index: 2;
}
Unfortunately this doesn't scale well since it has to be applied to each individual grid that is stacked. I think this should be fixed in ng-grid properly.
Metadata
Metadata
Assignees
Labels
No labels