I came across an article discussing a jssor slider thumbnail scrollbar, but unfortunately it did not provide a valuable answer (jssor slider thumbnail scrollbar). Essentially, I am looking to have a vertical scrollbar appear if the content extends beyond the page length. My initial thought was to use "overflow-y: scroll;", however this caused the page to extend beyond the content container's end. Ideally, I would like the content container to automatically add a vertical scrollbar when it is longer than the page, or alternatively, can I apply "overflow-y : scroll;" to a specific div within the container?
Has anyone found a solution that works? The example provided in the article will not suit my needs as I do not want the page to scroll vertically, only horizontally.
Looking forward to hearing any suggestions!