Skip to content

Commit

Permalink
fix scroll issue on ODD
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Aug 13, 2024
1 parent 293b0f3 commit e042108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ export const LabwareStackModal = (
</Flex>
),
onClick: closeModal,
padding: `${SPACING.spacing32} ${SPACING.spacing32} ${SPACING.spacing12}`,
}}
>
<Flex
flexDirection={DIRECTION_COLUMN}
css={HIDE_SCROLLBAR}
overflowY="scroll"
gridGap={SPACING.spacing16}
width="41.675rem"
>
<>
Expand Down

0 comments on commit e042108

Please sign in to comment.