Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Modal): Increase Overflow menu options z-index with modal open #8694

Merged
merged 7 commits into from
May 18, 2021

Conversation

sj-rai
Copy link
Contributor

@sj-rai sj-rai commented May 16, 2021

Closes #8693

This PR fixes the issue of overflow menu options being displayed behind the modal, when the overflow menu is inside the modal, by increasing the z-index of the overflow-menu-options when modal is open.

I made the change similar to #6757, which was the same issue as this, but for tooltip instead of overflow menu.

@sj-rai sj-rai requested a review from a team as a code owner May 16, 2021 16:44
@sj-rai sj-rai requested review from tay1orjones and dakahn May 16, 2021 16:44
@github-actions
Copy link
Contributor

github-actions bot commented May 16, 2021

DCO Assistant Lite bot All contributors have signed the DCO.

@sj-rai
Copy link
Contributor Author

sj-rai commented May 16, 2021

I have read the DCO document and I hereby sign the DCO.

@netlify
Copy link

netlify bot commented May 16, 2021

Deploy Preview for carbon-elements ready!

Built with commit f09490c

https://deploy-preview-8694--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented May 16, 2021

Deploy Preview for carbon-components-react ready!

Built without sensitive environment variables with commit f09490c

https://deploy-preview-8694--carbon-components-react.netlify.app

Copy link
Member

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

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

LGTM 👍 ✅

@kodiakhq kodiakhq bot merged commit 24d30c4 into carbon-design-system:main May 18, 2021
@jnm2377 jnm2377 mentioned this pull request May 24, 2021
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OverflowMenuItem, used inside a Modal appears behind the Modal
4 participants