hide default scrollbar using css

Keshav Gautam
May 2, 2021

--

/* Scroll Bar */

* {

scrollbar-width: thin;

scrollbar-color: #00000033 #00000018;

}

*::-webkit-scrollbar {

width: 7px;

height: 7px;

border-radius: 50px;

transition: all ease 0.5s;

}

*::-webkit-scrollbar-track {

background: #00000018;

border-radius: 50px;

}

*::-webkit-scrollbar-thumb {

background: #0000;

border-radius: 50px;

}

*:hover::-webkit-scrollbar-thumb {

background: #00000033;

}

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Keshav Gautam
Keshav Gautam

No responses yet

Write a response