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(wizard): adjust z-indexes so menus show with overflow #5533

Merged
merged 2 commits into from May 9, 2023

Conversation

srambach
Copy link
Member

@srambach srambach commented May 4, 2023

Fixes #4794

Adjusts z-indexes of wizard components as demonstrated in https://codesandbox.io/s/elated-jerry-1xl9m5?file=/fonts.css

@patternfly-build
Copy link

patternfly-build commented May 4, 2023

Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

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

LGTM. It's worth noting that this doesn't currently work with menus that have a positioned parent within the wizard main area, like dropdown or select (the parent component class selector is positioned). It does work with the menu component in a standard wizard, since the menu's position is relative to the outer wrap element.

src/patternfly/components/Wizard/wizard.scss Outdated Show resolved Hide resolved
@mcoker mcoker merged commit 246534b into patternfly:v5 May 9, 2023
1 check passed
@patternfly-build
Copy link

🎉 This PR is included in version 5.0.0-alpha.49 🎉

The release is available on:

Your semantic-release bot 📦🚀

mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 10, 2023
…#5533)

* fix(wizard): adjust z-indexes so menus show with overflow

* Update src/patternfly/components/Wizard/wizard.scss

---------

Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 10, 2023
…#5533)

* fix(wizard): adjust z-indexes so menus show with overflow

* Update src/patternfly/components/Wizard/wizard.scss

---------

Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
…#5533)

* fix(wizard): adjust z-indexes so menus show with overflow

* Update src/patternfly/components/Wizard/wizard.scss

---------

Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 12, 2023
…#5533)

* fix(wizard): adjust z-indexes so menus show with overflow

* Update src/patternfly/components/Wizard/wizard.scss

---------

Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
@srambach srambach deleted the 4794-wizard-menus branch April 6, 2024 01:54
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.

Wizard - cannot append select menus to parent in a wizard
3 participants