I have this scrollbar that has a width of 7px and hovers over the content of the container with opacity so that content can be seen under the scrollbar. The scrollbar should appear to be 7px from the right of the container, which is important. See https://codesandbox.io/s/gallant-kapitsa-igb6p?file=/style.css
I want the scrollbar to have rounded edges. Specifically I would put a border radius of 20px if it were a regular div. But the trouble is that I am using the border-right property to achieve the hover affect, which makes rounding the edges tricky. How can I accomplish this?
