alexfoxy / lax.js

Simple & lightweight (<4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll.
MIT License
10.43k stars 491 forks source link

Lax js not working when I set `height: 100%;` to html tag #185

Open worktchaloemphon opened 1 year ago

worktchaloemphon commented 1 year ago

Lax 2.0

Lax js not working when I set height: 100%; to html tag

html, body {
    height: 100%; 
}

After I remove height css It work fine. Why ?