Looking to create a horizontal scroll area specifically for mobile devices, similar to the design seen here: https://i.sstatic.net/oSNqL.png
Additionally, I want to hide the scrollbar altogether. However, when attempting to implement this, there seem to be issues with setting the width.
<div style="overflow: auto hidden; display: flex;" id="v">
<div>
<img src="url" style="width: 100%; height: 20%;" alt="">
<p>name</p>
</div>
</div>