Currently, I am facing an issue where I need to display content horizontally using overflow-x:scroll;
.
In the following example provided in this Fiddle, the first block has overflow-y:scroll;
which allows users to scroll through the content. However, in the second block, users are unable to scroll. My desired output is illustrated in this Image, where users can scroll horizontally to view the content.