fix(wallet): Onboarding Double Scrollbars

This commit is contained in:
Douglas Daniel
2022-09-20 16:01:06 -05:00
parent 979b982b25
commit 1fbe094fdc
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ export const StyledWrapper = styled('div')`
align-items: flex-start;
justify-content: center;
background-color: ${(p) => p.theme.color.background01};
overflow-y: scroll;
overflow-y: auto;
`
export const StyledContent = styled('div')`
@@ -13,7 +13,7 @@
<style>
html {
/* Prevent layout shift when a vertical scrollbar is added */
overflow-y: scroll;
overflow-y: auto;
}
#root {