Skip to content

Commit

Permalink
Merge pull request #1542 from thehyve/ui_2_0-improvements
Browse files Browse the repository at this point in the history
Improvements for the UI 2.0.
  • Loading branch information
ewelinagr authored Jul 30, 2024
2 parents f4f471e + bd37012 commit 972467a
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 972467a

Please sign in to comment.