I created a row
with horizontal scrolling for all contained col
.
I used an answer to this question: Bootstrap 4 horizontal scroller div
However, I found that the elements inside the container
are clipped. Now on some OS-Browser combinations (e.g. MacOS+Chrome) the scrollbar is hidden unless it is hovered by the mouse and in a test one of our users was not able to find the next (clipped) col
element.
I'd like to know how to "unclip" the elements beyond the container width, so that user can immediately see that there is more content that requires scrolling.
Edit:
The related code is from this answer, and also posted on codepen.
Edit 2:
Note, that I want to prevent the container from being moved on scroll.