From 62538d86cc4776aa2dbd74bd67cf0c68e71306e4 Mon Sep 17 00:00:00 2001 From: rjagadal Date: Mon, 11 Nov 2024 14:41:24 +0530 Subject: [PATCH] Fix: Improve button positioning and scrolling behavior in the repo step --- src/Components/CreateImageWizard/CreateImageWizard.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Components/CreateImageWizard/CreateImageWizard.scss b/src/Components/CreateImageWizard/CreateImageWizard.scss index 0075b93731..8bbf795a40 100644 --- a/src/Components/CreateImageWizard/CreateImageWizard.scss +++ b/src/Components/CreateImageWizard/CreateImageWizard.scss @@ -85,6 +85,12 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning { display: flex } +.repo-step .content-container { + flex-grow: 1; + overflow-y: auto; /* Allow scrolling within the repo list area */ + max-height: 600px; /* Keeps the content within a limited height */ +} + .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