How to get overflow scroll bar edges to be curved as well?

My modal is too tall, so I used “Overflow” and set it to Auto.

However, then now I lose the rounded edges (see screenshot - only left side is curved, but not the right side). How to get the rounded ages to show for the scroll bar too?

Set overflow hidden to one of the the parent elements (where you have the border radius.

1 Like