Skip to content

Commit

Permalink
fix: set correct width
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 20, 2023
1 parent c5de57b commit 72f3a6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const CollapseContainer = styled(Box)(({ theme }) => ({
export const ScrollableContainer = styled(Box)({
overflowY: 'auto',
height: '100%',
width: '100%',
flex: 1,
display: 'flex',
flexDirection: 'column',
Expand Down

0 comments on commit 72f3a6a

Please sign in to comment.