While developing the modal in HTML, I encountered an issue where keyboard-only users cannot access all content within the modal. I came across a note stating that the scrollbar touch target should be 44px by 44px. I tried reading this documentation https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width, but I am unsure how to adjust the scrollbar touch target to 44px. Can someone provide guidance on how I can make the scrollbar touch target meet the requirement of being 44px?
https://i.sstatic.net/Zn3JM.png