New dialog causing document.body to be set to overflow auto

Has anyone else noticed that the new dialog can set the document.body to overflow: auto?

1 Like

I’ve figured out this issue seems to happen when you have prevent scroll on, on the new dialog and either close the dialog or navigate to another page.

I used a sources tool in dev console and added document.body.style.overflow to watch and it found this code seems to be triggered on page navigation.

Hi, this should be fixed already, can you try again? If not, it will be fixed soon. Thanks!

1 Like

Thanks Dan, still happening for me but will keep an eye out!