You could use the following JS when your modal shows:
const body=document.body.style.overflow="hidden"
then you can reset the behavior to default "scroll" when closing the modal.