Skip to content

Commit

Permalink
fix: registration-slide
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed May 18, 2023
1 parent e473712 commit 5b150b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/storefront/src/pages/registered/Registered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { useB3Lang } from '@b3/lang'
import { Box, ImageListItem } from '@mui/material'

import { B3Card, B3Sping } from '@/components'
import { useScrollBar } from '@/hooks'
import { CustomStyleContext } from '@/shared/customStyleButtton'
import { GlobaledContext } from '@/shared/global'
import { getB2BAccountFormFields, getB2BCountries } from '@/shared/service/b2b'
Expand Down Expand Up @@ -278,6 +279,8 @@ function Registered(props: RegisteredProps) {
IframeDocument?.body.scrollIntoView(true)
}, [activeStep])

useScrollBar(false)

return (
<B3Card setOpenPage={setOpenPage}>
<RegisteredContainer>
Expand Down

0 comments on commit 5b150b2

Please sign in to comment.