Jump to content
Search Community

ScrollTrigger infinity loop without vertical scrollbar

Viktor111 test
Moderator Tag

Recommended Posts

@Viktor111 ha that is a cool demo you've linked! 

 

Yesterday someone also asked how to hide the scrollbar. I would not recommend hiding the scrollbar due to accessibility reasons, but here is the CSS someone linked to hide the scrollbar in several browsers

 

:-webkit-scrollbar {
  display: none;
}
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


 

  • Like 5
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...