Jump to content
Search Community

Scrollsmoother preloader problem

Andrey75 test
Moderator Tag

Go to solution Solved by Andrey75,

Recommended Posts

  • Solution

Thanks for your reply and your participation. I really appreciate this.

"position to fixed" solved the scrolling problem, but did not return the page to top.

This is because scrollsmoother now uses

 

<div id="wrapper">
 <div id="content"> 


I solved the problem and added

document.body.scrollTop = document.documentElement.scrollTop = 0;

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...