Css scrollbar not working in firefox -


i use -webkit-scrollbar css code, works safari , chrome:

::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-button {width: 8px;height:5px;} ::-webkit-scrollbar-track {background:none;} ::-webkit-scrollbar-thumb {background:#000;} ::-webkit-scrollbar-thumb:hover {background:#000;} 

how can same thing firefox? (i don't want using jquery)


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -