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

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

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