Locomotive scroll doesn't work in my Nuxt3 project

Viewed 21

I use locomotive scroll and nuxt3. My repo: https://github.com/cyprianwaclaw/nuxt.git

I import async locomotive-scroll in layouts/scroll and add this layout in main app, but scrolling is not smooth

my styleccs are assets/css/tailwindcss file

how can i fix smooth scroll in my project ?

and in my console I have 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      
0 Answers
Related