Skip to content

Commit

Permalink
Fixing layout skews
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jan 12, 2022
1 parent 790b8d1 commit 1de6da0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function TopBarLayout({
sx={{
position: 'relative',
overflow: 'auto',
height: '100%',
'&::-webkit-scrollbar-button': {
height: '7px',
display: 'block',
Expand Down Expand Up @@ -161,8 +162,8 @@ function TopBarLayout({
width: '100%',
height: '100%',
overflow: 'hidden',
display: 'grid',
gridTemplateRows: 'auto 1fr',
display: 'flex',
flexDirection: 'column',
position: 'relative',
background: showInContainer === true && 'var(--yoroi-palette-gray-50)',
}}
Expand Down

0 comments on commit 1de6da0

Please sign in to comment.