Disable Background Scrolling setting disabling site animation

Home Forums Pro Support Disable Background Scrolling setting disabling site animation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68806
    will brownwill brown
    Participant

    Hi there

    Im currently working on a site and when i toggle the “Disable Background Scrolling” to yes it seems to break all my website animations and they don’t appear anymore?

    Any help would be awesome!

    Cheers!

    #68807
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Will,

    The below CSS should fix that up for you:

    html,
    body {
       height: auto;
    }

    Please let me know if that works for you.

    All the best

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable Background Scrolling setting disabling site animation’ is closed to new replies.