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?
Similar to Kiloumap L'artélon's answer,
::-webkit-scrollbar { display:none; }
works too