Is it possible to use CSS to position the scrollbar of a div that takes up the left half of my page with overflow-y: scroll
to be where the page scrollbar would normally be (far right side of the page)?
I've experimented with the ::-webkit-scrollbar
pseudo element, but I have found that only properties related to size and color seem to work. Properties like margin, padding, and position do not seem to have any effect. Is there a way to achieve this desired positioning using CSS?