I am using ngx-perfect-scrollbar on div element like this:
<div [perfectScrollbar]="config" [ngStyle]="{ 'max-height': '60vh', position: 'relative' }">
.
.
.
.
</div>
But the scrollbar is visible only when I hover mouse over the div element of scrollbar. How do I make this visible all the time?