1

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!

Gennady Dogaev
  • 5,902
  • 1
  • 15
  • 23
krnbatta
  • 497
  • 5
  • 17
  • This kind of issue is resolved here https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox – vnt Jul 07 '18 at 19:27

1 Answers1

-2

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.