Is it possible to have a vertically scrollable div with an always visible scrollbar without the scrollbar affecting the width of the elements inside?
I attempted some CSS modifications, but the scrollbar still reduced the available width of the div. Is there a way to achieve this desired behavior?