Skip to content

Commit

Permalink
Merge pull request #1327 from sgratch/expose-namespace-dropdown-menu-…
Browse files Browse the repository at this point in the history
…on-top-of-create-plan-wizard

🐞 Changing stacking order of NamespaceDropdown pull down menu overlappng the PlanCreatePage wizard
  • Loading branch information
yaacov committed Sep 16, 2024
2 parents 2b7569f + 43f8e83 commit fdfdd0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@
.forklift--create-plan--progress-current-step-clickable:hover {
cursor: pointer;
}

.forklift--create-plan--wizard-appearance-order {
z-index: 1;
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const PlanCreatePage: React.FC<{ namespace: string }> = ({ namespace }) =

<PageSection variant="light">
<Wizard
className="forklift--create-plan--wizard-appearance-order"
navAriaLabel={`${title} steps`}
mainAriaLabel={`${title} content`}
steps={steps}
Expand Down

0 comments on commit fdfdd0f

Please sign in to comment.