Following up to my previous question (Add a scrollbar to a ) on how to always see the scrollbar in a , I am now wondering how yo
Give a class for eg: scroll to the textarea tag. And in the css add this property -
scroll
.scroll::-webkit-scrollbar { display: none; }
It worked for without missing the scroll part