I'm using locomotive scroll and nuxt3. This is my repo: https://github.com/cyprianwaclaw/nuxt.git
I imported async locomotive-scroll
in layouts/scroll and added this layout in main app, but the scrolling is not smooth.
My styleccs are in the assets/css/tailwindcss file.
How can I make the scrolling smooth in my project?
And in my console I have this error:
locomotive-scroll.esm.526a65ed.mjs:7
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'offsetHeight')
at n.value (locomotive-scroll.esm.526a65ed.mjs:7:11013)
at n.value (locomotive-scroll.esm.526a65ed.mjs:7:10771)
at s.value (locomotive-scroll.esm.526a65ed.mjs:7:29026)
at new s (locomotive-scroll.esm.526a65ed.mjs:7:28450)
at scroll.70d56592.mjs:1:397