Answers for "hide scrollbar of a div but keep functionality"

CSS
0

hide scrollbar of a div but keep functionality

.class-called-body::webkit-scrollbar{
	display: none;
}
Posted by: Guest on March-16-2022

Code answers related to "hide scrollbar of a div but keep functionality"

Browse Popular Code Answers by Language