Hi,
is there a way to enable vertical scrollbars on an ion-content on Android?
I already tried
::-webkit-scrollbar:vertical {
width: 11px;
}
But i don’t see any native scrollbars in my app.
Hi,
is there a way to enable vertical scrollbars on an ion-content on Android?
I already tried
::-webkit-scrollbar:vertical {
width: 11px;
}
But i don’t see any native scrollbars in my app.