change menu content overflow to auto (#650)
Co-authored-by: judicael_ai <judicael@smartpredict.ai>
This commit is contained in:
parent
241adc98d3
commit
4749919342
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export const StyledContent = styled(MenuContent, {
|
|||
height: 'fit-content',
|
||||
minWidth: 0,
|
||||
maxHeight: '75vh',
|
||||
overflowY: 'scroll',
|
||||
overflowY: 'auto',
|
||||
'& *': {
|
||||
boxSizing: 'border-box',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue