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