Padding on the right side for vertical scrollbar with CSS only
How can I add right padding (for example 8px) to my element only if the vertical scrollbar is visible? I want to avoid adding standard padding to maintain symmetry of elements. In my case, I am using overflow-y
as auto
and column flexbox.