change menu content overflow to auto (#650)

Co-authored-by: judicael_ai <judicael@smartpredict.ai>
This commit is contained in:
Judicael 2022-04-20 15:49:27 +03:00 committed by GitHub
parent 241adc98d3
commit 4749919342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ export const StyledContent = styled(MenuContent, {
height: 'fit-content',
minWidth: 0,
maxHeight: '75vh',
overflowY: 'scroll',
overflowY: 'auto',
'& *': {
boxSizing: 'border-box',
},