Skip to content

Commit

Permalink
Fix: Improve button positioning and scrolling behavior in the repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
rissh committed Nov 11, 2024
1 parent 58e74d5 commit 62538d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Components/CreateImageWizard/CreateImageWizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62538d8

Please sign in to comment.