Hello,
I am trying to hide the Horizontal scrollbar in IOS devices but, It’s not working I already tried putting following code in my CSS:
::-webkit-scrollbar,
*::-webkit-scrollbar {
display: none;
}
Please let me know if you anyone did this in IONIC 3.