Revert "Wizard: Sticky footer returns"

This reverts commit e875f99f6b.
This commit is contained in:
Klara Simickova 2025-02-13 16:55:44 +01:00 committed by Sanne Raymaekers
parent e875f99f6b
commit 75770dc97f

View file

@ -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;
}