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

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

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