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?
if you use sass, you can try this
&::-webkit-scrollbar { }