Skip to content

z-index issue with column menu #1035

@pmdarrow

Description

@pmdarrow

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:

grid 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions