[Vuejs]-Current HTML page scrolls when opening in New Tab (No JS in Network), how to avoid the scroll?

1👍

What do you mean by that jump? I found out that page is kinda jumping because the scrollbar is disappearing for a milisecond and this is caused by adding a open class to body element and then removing it while the page is still rendering.

Probably it is problem with Javascript in some kind of modal or maybe that fixed hamburger menu.

You can debug your website by clicking on body element then selecting break-on > subtree-modifications and then refresh your page. That’s how I found out this bug.

Hope it helps, good luck with debugging! 🙂

Leave a comment