File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/src/organisms/ModuleWizardFlows Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
Flex ,
9
9
JUSTIFY_FLEX_END ,
10
10
JUSTIFY_SPACE_BETWEEN ,
11
+ OVERFLOW_AUTO ,
11
12
PrimaryButton ,
12
13
RESPONSIVENESS ,
13
14
SPACING ,
@@ -162,6 +163,7 @@ export function SelectModule(props: SelectModuleProps): JSX.Element | null {
162
163
margin = { SPACING . spacing32 }
163
164
flexDirection = { DIRECTION_COLUMN }
164
165
height = "100%"
166
+ overflowY = { OVERFLOW_AUTO }
165
167
justifyContent = { JUSTIFY_SPACE_BETWEEN }
166
168
>
167
169
< ModalContentOneColSimpleButtons
@@ -175,6 +177,7 @@ export function SelectModule(props: SelectModuleProps): JSX.Element | null {
175
177
? t ( 'connect_a_pipette_to_set_up_more_modules' )
176
178
: null
177
179
}
180
+ scroll = { true }
178
181
/>
179
182
</ Flex >
180
183
< Flex css = { BUTTON_STYLE } >
You can’t perform that action at this time.
0 commit comments