I've been struggling with this issue for hours now.
The design I'm working on involves a box that contains text which goes across the box horizontally. The box is set to overflow: hidden
, so although there is more text, it remains hidden. The goal is to allow users to swipe on a mobile device to reveal more of the hidden content but for some reason, it's not working as intended.
If anyone could provide assistance, that would be greatly appreciated.
UPDATE
I am aware that using overflow-x: scroll
would show a scroll bar, however, the client prefers not to have the scroll bar displayed.