How to change the color of the scrollbar for Microsoft Edge?

后端 未结 1 1948
失恋的感觉
失恋的感觉 2020-12-16 11:06

I want make the scrollbar for my site dark and customize it. It works on Chrome with ::-webkit-scrollbar but it doesn\'t work on Edge -- I couldn\'t find way ch

相关标签:
1条回答
  • 2020-12-16 11:46

    There is currently no way to do this in Microsoft Edge. In IE there were vendor specific, non-standard, CSS properties to achieve this. These were removed in MS Edge as they could be used to target the browser and break compatibility with sites that were expecting old IE behaviour (the properties are very old). Unfortunately there are no good standard properties in CSS to replace these at the moment.

    There is a UserVoice suggestion you can vote on to add a method to style scrollbars. We use this as one of the inputs when planning feature priorities in the EdgeHTML engine.

    0 讨论(0)
提交回复
热议问题