Skip to content

Commit 0688d87

Browse files
committed
scroll only buttons
1 parent b0e0d4d commit 0688d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/organisms/ModuleWizardFlows/SelectModule.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
Flex,
99
JUSTIFY_FLEX_END,
1010
JUSTIFY_SPACE_BETWEEN,
11+
OVERFLOW_AUTO,
1112
PrimaryButton,
1213
RESPONSIVENESS,
1314
SPACING,
@@ -162,6 +163,7 @@ export function SelectModule(props: SelectModuleProps): JSX.Element | null {
162163
margin={SPACING.spacing32}
163164
flexDirection={DIRECTION_COLUMN}
164165
height="100%"
166+
overflowY={OVERFLOW_AUTO}
165167
justifyContent={JUSTIFY_SPACE_BETWEEN}
166168
>
167169
<ModalContentOneColSimpleButtons
@@ -175,6 +177,7 @@ export function SelectModule(props: SelectModuleProps): JSX.Element | null {
175177
? t('connect_a_pipette_to_set_up_more_modules')
176178
: null
177179
}
180+
scroll={true}
178181
/>
179182
</Flex>
180183
<Flex css={BUTTON_STYLE}>

0 commit comments

Comments
 (0)