From 75770dc97f7a316b786f4aa7ed85a0eada959661 Mon Sep 17 00:00:00 2001 From: Klara Simickova <49452678+regexowl@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:55:44 +0100 Subject: [PATCH] Revert "Wizard: Sticky footer returns" This reverts commit e875f99f6b4dc4f9129711f58443a1733a189d48. --- .../CreateImageWizard/CreateImageWizard.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/Components/CreateImageWizard/CreateImageWizard.scss b/src/Components/CreateImageWizard/CreateImageWizard.scss index 46ac633b2..ad52466f6 100644 --- a/src/Components/CreateImageWizard/CreateImageWizard.scss +++ b/src/Components/CreateImageWizard/CreateImageWizard.scss @@ -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; }