You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for this awesome library. I would like to add submenu or menu with many items, but when such a menu is opened, it overflow the browser window. Is there a way how to limit height of menu/submenu and add scrollbar instead. I have tried something like style={{ maxHeight: "50vh", overflowY: "auto" }} but this works only for one level menu. Thank you for help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello and thank you for this awesome library. I would like to add submenu or menu with many items, but when such a menu is opened, it overflow the browser window. Is there a way how to limit height of menu/submenu and add scrollbar instead. I have tried something like style={{ maxHeight: "50vh", overflowY: "auto" }} but this works only for one level menu. Thank you for help!
Beta Was this translation helpful? Give feedback.
All reactions