Hide Scrollbar for IOS devices in Ionic 3

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.