radudalbea
Results
2
comments of
radudalbea
I'm having the same issue. you are changing the transform: translate3d while scrolling. You should stop at the bottom of the page.
you need to set the origin in nuxt.config like this: auth: { computed: { origin: process.env.YOUR_OWN_VARIABLE, } } Unfortunately the documentation is missing a lot of information.