Skip to content

Commit

Permalink
Fix right panel height.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Jul 26, 2024
1 parent f4f471e commit bd37012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useStyles = makeStyles(theme => ({
flex: 1,
display: 'flex',
flexDirection: 'column',
height: '100%',
maxHeight: '100%',
overflowY: 'auto',
outline: 'none',
transitionBorder: '.24s',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const useStyles = makeStyles(theme => ({
flex: 1,
display: 'flex',
flexDirection: 'column',
height: '100%',
maxHeight: '100%',
overflowY: 'auto',
outline: 'none',
transitionBorder: '.24s',
Expand Down

0 comments on commit bd37012

Please sign in to comment.