Follow

Scroll-Driven Animations: You want `overflow: clip`, not `overflow: hidden`

> If you create a scroll-driven animation and find that `scroll(nearest)` is not working, check for `overflow: hidden` elements up the DOM tree and change them to `overflow: clip`.

brm.us/overflow-hidden

· · Web · 2 · 4 · 20