4°C8:16 amLondon, UK.

Hide Scrollbar

Hide the scrollbar from the body element or div

Icon for Hide Scrollbar

Last updated: 28 Oct 2022

# css

/* width */
::-webkit-scrollbar {
width: 1px;
}
/* Track */
::-webkit-scrollbar-track {
background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: transparent;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: transparent;
}

© 2026 Jide Abdul-Qudus. All rights reserved.

Built with Gatsby & Coffee.