Hide Scrollbar
Hide the scrollbar from the body element or div
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;}