Is there any way to design scrollbar in firefox. In chrome, we have certain scrollbar porperties like -webkit-scrollbar-*.
How to achieve the same in firefox using javascript/css? I want to implement this in ember app!
Is there any way to design scrollbar in firefox. In chrome, we have certain scrollbar porperties like -webkit-scrollbar-*.
How to achieve the same in firefox using javascript/css? I want to implement this in ember app!
By the time, Firefox does not support ::-moz-scrollbar-*, so you should use javascript to customize it.
The most recomended plugin is Perfect-scrollbar. It's very simple to implement it your project.