Wizard: Sticky footer returns

The original solution that broke some time ago works again. Removing the comments and temporary workaround.
This commit is contained in:
regexowl 2025-02-13 16:35:25 +01:00 committed by Sanne Raymaekers
parent 34720c799e
commit e875f99f6b

View file

@ -86,16 +86,5 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
}
.pf-v5-c-wizard__main {
/* 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;
flex: 1 1 0
}