• hello,
    i’m using your plugin and it’s awesome so far (Thanks for That).
    and i’d like to use scroll trigger
    but as for some reason my website HTML tag <html> has to have overflow: hidden; css attribute.
    the scroll trigger is only working when i remove overflow: hidden from my html tag.
    is there any fix i can do to keep my html overflow hidden and use this plugin scroll trigger at the same time ?!

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Mahesh Maharjan

    (@maheshmaharjan)

    Hi @erfanmhd,

    Please post in your site url.

    Regards,
    Mahesh

    Thread Starter Erfan MHDi

    (@erfanmhd)

    hello @maheshmaharjan,
    thanks for your response.

    please open this url : https://t.ly/xiUa
    open your browser inspector.
    select man <html> tag and uncheck overflow:hidden attribute.
    the you can see the plugin and infinite scroll is working but i need to keep overflow: hidden on <html> tag.

    thanks.

    Thread Starter Erfan MHDi

    (@erfanmhd)

    Hi @maheshmaharjan,
    any chance you could take a look at this topic?

    Plugin Contributor Mahesh Maharjan

    (@maheshmaharjan)

    Hi @erfanmhd,

    I just checked your site, the plugin is working fine. I also inspected the html element and there is no overflow property given in html tag. Putting overflow: hidden; in the html tag, we cannot scroll through the site and the plugin won’t work either as the plugin’s load more is triggered on scroll event.

    If you are still having any trouble, let me know.

    BR,
    Mahesh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Scroll Trigger and HTML Tag!’ is closed to new replies.