I am looking for an alternative for -webkit-scrollbar pseudo class. As its browser dependent(Chrome and Safari). Is there a css alternative or JS code for the same?
-webkit-scrollbar {
display: none;
}
I need to change this.
I am looking for an alternative for -webkit-scrollbar pseudo class. As its browser dependent(Chrome and Safari). Is there a css alternative or JS code for the same?
-webkit-scrollbar {
display: none;
}
I need to change this.