Skip to content

Commit

Permalink
Prevent showing horizontal scrollbar on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Jun 19, 2023
1 parent 1ce36a0 commit 417db9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/554.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show a nice error message when can't load account details.
1 change: 1 addition & 0 deletions src/app/pages/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const HomepageLayout = styled(Box)(({ theme }) => ({
display: 'flex',
flexDirection: 'column',
width: '100vw',
maxWidth: '100%',
height: 'fill-available',
minHeight: '100vh',
backgroundColor: COLORS.brandDark,
Expand Down

0 comments on commit 417db9d

Please sign in to comment.