I have this element called items and the content inside the element is longer than the element height, I want to make it scrollable but hide the scroll bar, how would I do that?
You can make use of the SlimScroll plugin to make a div scrollable even if it is set to overflow: hidden;(i.e. scrollbar hidden).
overflow: hidden;
You can also control touch scroll as well as the scroll speed using this plugin.
Hope this helps :)