Skip to content

Commit

Permalink
Merge branch 'edge' into abr3-protocol-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 authored Nov 25, 2024
2 parents d0ba2e1 + 2117a37 commit aad0e8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Flex,
JUSTIFY_SPACE_BETWEEN,
LargeButton,
OVERFLOW_SCROLL,
OVERFLOW_AUTO,
SPACING,
StyledText,
Tooltip,
Expand Down Expand Up @@ -114,7 +114,7 @@ export function WizardBody(props: WizardBodyProps): JSX.Element {
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing8}
height="100%"
overflowY={OVERFLOW_SCROLL}
overflowY={OVERFLOW_AUTO}
>
<StyledText
color={COLORS.grey60}
Expand Down

0 comments on commit aad0e8c

Please sign in to comment.