As mentioned in the docs, you can avoid this behavior by adding modal={false} prop to MenuItems. Like so:
modal={false}
<MenuItems modal={false}></MenuItems>
It will disable scroll locking, focus trapping, and making other elements inert.