File tree 1 file changed +2
-14
lines changed
src/Components/CreateImageWizard
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,6 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
85
85
display : flex
86
86
}
87
87
88
- .repo-step .content-container {
89
- flex-grow : 1 ;
90
- overflow-y : auto ; /* Allow scrolling within the repo list area */
91
- max-height : 600px ; /* Keeps the content within a limited height */
92
- }
93
-
94
88
.pf-v5-c-wizard__main {
95
89
/* TO DO: This part of the code is responsible for the Wizard footer being fixed
96
90
at the bottom of the page. Unfortunately there's a new bug that's at least
@@ -100,19 +94,13 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
100
94
Temporarily commenting out this code, until we figure out how the handle
101
95
this bug.
102
96
*/
103
- // flex: 1 1 0
104
-
105
- // TO DO: Remove after the fix
97
+ flex : 1 1 auto ;
106
98
display : flex ;
107
99
flex-direction : column ;
108
100
justify-content : space-between ;
109
- min-height : 800px ; /* Always go with pixels */
110
101
}
111
102
112
103
.pf-v5-c-wizard__footer {
113
104
position : sticky ;
114
105
bottom : 0 ;
115
- padding : 1rem ;
116
- background-color : white ; // Ensure background covers content below
117
- z-index : 10 ; // Ensure the footer is above the content
118
- }
106
+ }
You can’t perform that action at this time.
0 commit comments