Skip to content

adjust z-index of popper to prevent overlap - #3431

Merged
openshift-merge-robot merged 1 commit into
openshift:masterfrom
christianvogt:popper-zindex
Nov 16, 2019
Merged

adjust z-index of popper to prevent overlap#3431
openshift-merge-robot merged 1 commit into
openshift:masterfrom
christianvogt:popper-zindex

Conversation

@christianvogt

@christianvogt christianvogt commented Nov 16, 2019

Copy link
Copy Markdown
Contributor

Popper was introduced as part #3370.

Although the popper div is appended to the body, it doesn't include a z-index by default. This can lead to the kebab menu appearing below other elements with a z-index. As shown here:

image

This change introduces a default z-index: 9999. This is the same default used patternfly's popover component.

cc @spadgett @suomiy

@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. component/shared Related to console-shared approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 16, 2019
@christianvogt

Copy link
Copy Markdown
Contributor Author

/assign @spadgett

@christianvogt

Copy link
Copy Markdown
Contributor Author

Supersedes #3411 and #3412

@spadgett spadgett left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 16, 2019
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: christianvogt, spadgett

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot
openshift-merge-robot merged commit d08b85e into openshift:master Nov 16, 2019
@spadgett spadgett added this to the v4.3 milestone Nov 18, 2019
@christianvogt
christianvogt deleted the popper-zindex branch August 20, 2020 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. component/shared Related to console-shared lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants