how to get a custom scroll in firefox and IE?

前端 未结 6 978
北海茫月
北海茫月 2021-02-05 15:53

I am using a custom scroll which works fine in chrome...but it does not work in Firefox or IE9.

This is the CSS:

    ::-webkit-scrollbar {
    width: 7px         


        
6条回答
  •  遥遥无期
    2021-02-05 16:18

    It might be of interest: Firefox 64 contains now at least the scrollbar-width and scrollbar-color option for the track and thumb of the scrollbar, cf. release notes and bug tracker here: https://bugzilla.mozilla.org/show_bug.cgi?id=1460109

    Best wishes, SG

提交回复
热议问题