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! 🙂
- [Vuejs]-Vuejs popover menu: apply CSS transform when right-click happens near bottom of the page
- [Vuejs]-In nuxt.js how can access the slug values inside asyncData()?
Source:stackexchange.com