jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.3k stars 2.26k forks source link

overflow-x: hidden bug #571

Open mkuba2006 opened 4 months ago

mkuba2006 commented 4 months ago

does anyone know how to fix this

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; <--- because of that ScrollReveal animation doesn't work
}