Currently, I am working on a website where the only customization allowed is related to CSS. While I've been able to make progress, I've encountered an issue with the scrollbar placement. The scrollbar is extending beyond the boundaries of the div box due to the border radius applied. How can I resolve this? I need to either reduce the size of the scrollbar or position it further away from the side, as long as it stays within the confines of the div border.
Unfortunately, I don't have a jsfiddle available for reference at the moment.