There are two bugs with scrollbars on a modal.
- Using
scrollable prop on Modal components does not work. No scrollbar is shown and the content is also not scrollable by mouse.
- If a user clicks on the global scrollbar, the modal closes accidentially. Expected behaviour: The modal stays open and the page will scroll down.
There are two bugs with scrollbars on a modal.
scrollableprop onModalcomponents does not work. No scrollbar is shown and the content is also not scrollable by mouse.