**Summary**: Don't scroll parent component when Modal is opened **Steps to reproduce:** 1. Implement a Modal 2. Open the Modal 3. The parent component of the Modal is still scrollable while the Modal is open **Expected behavior**: The Component that calls the Modal should not be scrollable when the Modal is opened. Is there any way I can change this?