malte-wessel / react-custom-scrollbars

React scrollbars component
http://malte-wessel.github.io/react-custom-scrollbars/
MIT License
3.2k stars 577 forks source link

Scrollbar is not hide from accessibility perspective when autoHide is true. #420

Open CanadaBear opened 1 year ago

CanadaBear commented 1 year ago

when autoHide is set as true, both vertical and horizonal scrollbars should be set as aria-hidden as true as well, otherwise it will still be accessed by accessibility tool.