idiotWu / smooth-scrollbar

Customizable, Extendable, and High-Performance JavaScript-Based Scrollbar Solution.

Home Page:https://idiotwu.github.io/smooth-scrollbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide scrollbar with display:none

miguelbinue opened this issue · comments

Motivation

How could I hide the scrollbar, but maintaining the functionalities on the website?

Proposal

I added this to my css file:

.scrollbar-track {
display: none !important;
}

It disables the styles of the scrollbar.
I'm new in coding and smooth-scrollbar as well, but I hope this could help newbies.

I don't see much of this use case, only saw some awwwards sites which use smooth scroll libs without scrollbar