Always show scrollbar on normal div

Hi there!

I am using a regular div which can be scrolled (overflow-y:auto). I want the scrollbar to be visible but i can’t get it working. In the ionic.css file i deleted:

::-webkit-scrollbar {display: none; }

…without success. Do you have any ideas what could cause the issue?? I don’t want to use the scroll directive because of performance issues in that view. Is there even a way to show scrollbars without the directive?