Fix: Ensure wizard footer remains visible in repo step

Adjust wizard layout to limit scrolling

Fix: Improve button positioning and scrolling behavior in the repo step

Adjust footer layout and flex changes for wizard content

Fix: Removed outdated comments for code consistency
This commit is contained in:
rjagadal 2024-10-22 12:06:49 +05:30 committed by Klara Simickova
parent 25368675bc
commit 2936e87243

View file

@ -76,16 +76,13 @@ 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 auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.pf-v5-c-wizard__footer {
position: sticky;
bottom: 0;
}