<aside class="sidenav navbar navbar-vertical navbar-expand-xs border-0 border-radius-xl my-3 fixed-left ms-3" id="sidenav-main"></aside>
Within this aside element, I have implemented a scrollbar. However, I am seeking to adjust the thickness of the scrollbar to make it narrower. While I know that setting it to "overflow-hidden" would remove the scrollbar altogether, I am unable to locate any Bootstrap properties that specifically control scrollbar width. Does anyone have suggestions on how I can customize the scrollbar width? Thank you in advance.