Within this div, there is a <ul>
containing multiple items. The div itself has a CSS class for styling purposes.
I am looking to implement scrolling on the div as the number of items in the <ul>
grows.
I attempted using jScrollPane but without success. Can anyone provide guidance on how to enable scrolling on a div or ul?