react-custom-scrollbars
react-custom-scrollbars copied to clipboard
Scrollbar is not hide from accessibility perspective when autoHide is true.
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.