Skip to content

Commit

Permalink
ItemProperties: autoscroll fix more scrollbars in #401. (#408)
Browse files Browse the repository at this point in the history
* ItemProperties: autoscroll fix more scrollbars in #401.

* ItemProperties: test without minSize.
  • Loading branch information
pablo-mayrgundter committed Sep 26, 2022
1 parent 899b0f9 commit fb23164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/ItemProperties.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ const useStyles = makeStyles((theme) => ({
},
psetsList: {
margin: 0,
minHeight: '370px',
height: '100%',
width: '100%',
padding: '0px 0px 50px 0px',
overflow: 'scroll',
},
section: {
'listStyle': 'none',
Expand Down

0 comments on commit fb23164

Please sign in to comment.