Skip to content

Commit

Permalink
fix(wizard): adjust z-indexes so menus show with overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srambach committed May 8, 2023
1 parent 4e8cd3c commit 952a5b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/patternfly/components/Wizard/wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Header
--#{$wizard}__header--BackgroundColor: var(--#{$pf-global}--BackgroundColor--dark-100);
--#{$wizard}__header--ZIndex: var(--#{$pf-global}--ZIndex--md);
--#{$wizard}__header--ZIndex: auto;
--#{$wizard}__header--PaddingTop: var(--#{$pf-global}--spacer--lg);
--#{$wizard}__header--PaddingRight: var(--#{$pf-global}--spacer--md);
--#{$wizard}__header--PaddingBottom: var(--#{$pf-global}--spacer--lg);
Expand Down Expand Up @@ -86,7 +86,7 @@

// Toggle
--#{$wizard}__toggle--BackgroundColor: var(--#{$pf-global}--BackgroundColor--100);
--#{$wizard}__toggle--ZIndex: var(--#{$pf-global}--ZIndex--md);
--#{$wizard}__toggle--ZIndex: var(--#{$pf-global}--ZIndex--xs);
--#{$wizard}__toggle--BoxShadow: var(--#{$pf-global}--BoxShadow--md-bottom);
--#{$wizard}__toggle--PaddingTop: var(--#{$pf-global}--spacer--lg);
--#{$wizard}__toggle--PaddingRight: var(--#{$pf-global}--spacer--md);
Expand Down Expand Up @@ -116,7 +116,7 @@
--#{$wizard}__toggle--m-expanded__toggle-icon--Rotate: 180deg;

// Nav
--#{$wizard}__nav--ZIndex: var(--#{$pf-global}--ZIndex--sm);
--#{$wizard}__nav--ZIndex: var(--#{$pf-global}--ZIndex--xs);
--#{$wizard}__nav--BackgroundColor: var(--#{$pf-global}--BackgroundColor--100);
--#{$wizard}__nav--BoxShadow: var(--#{$pf-global}--BoxShadow--md-bottom);
--#{$wizard}__nav--Width: 100%;
Expand Down Expand Up @@ -166,7 +166,7 @@
--#{$wizard}__outer-wrap--MinHeight: #{pf-size-prem(250px)};

// Main
--#{$wizard}__main--ZIndex: var(--#{$pf-global}--ZIndex--xs);
--#{$wizard}__main--ZIndex: auto;

// Body
--#{$wizard}__main-body--PaddingTop: var(--#{$pf-global}--spacer--md);
Expand All @@ -187,7 +187,7 @@

// Footer
--#{$wizard}__footer--BackgroundColor: var(--#{$pf-global}--BackgroundColor--100);
--#{$wizard}__footer--ZIndex: var(--#{$pf-global}--ZIndex--sm);
--#{$wizard}__footer--ZIndex: var(--#{$pf-global}--ZIndex--xs);
--#{$wizard}__footer--PaddingTop: var(--#{$pf-global}--spacer--md);
--#{$wizard}__footer--PaddingRight: var(--#{$pf-global}--spacer--md);
--#{$wizard}__footer--PaddingBottom: var(--#{$pf-global}--spacer--sm);
Expand Down

0 comments on commit 952a5b6

Please sign in to comment.