Skip to content

Commit

Permalink
Revert "Wizard: Sticky footer returns"
Browse files Browse the repository at this point in the history
This reverts commit e875f99.
  • Loading branch information
regexowl authored and croissanne committed Feb 13, 2025
1 parent e875f99 commit 75770dc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Components/CreateImageWizard/CreateImageWizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,16 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
}

.pf-v5-c-wizard__main {
flex: 1 1 0
/* TO DO: This part of the code is responsible for the Wizard footer being fixed
at the bottom of the page. Unfortunately there's a new bug that's at least
partially caused by this styling: when zooming in or out while in Wizard,
the Wizard shrunks it's height to an unusable value.
Temporarily commenting out this code, until we figure out how the handle
this bug.
*/
// flex: 1 1 0

// TO DO: Remove after the fix
min-height: 800px;
}

0 comments on commit 75770dc

Please sign in to comment.