Stop styling scroll bars on websites!
In the article 'Don't Use Custom CSS Scrollbars', Eric W. Bailey extensively discusses the issues surrounding custom scrollbars in CSS. The author points out that while such solutions may seem attractive and modern, they come with several serious drawbacks. Firstly, custom scrollbars can negatively impact the accessibility of websites, which is a crucial aspect of design. Users with various disabilities may find it challenging to interact with such elements, making them less user-friendly. Additionally, different browsers interpret custom scrollbar styles in various ways, leading to compatibility problems. As a result, the author recommends sticking to default scrollbars, which ensure better consistency, accessibility, and usability across the web.