I have tried many thing to hide the scrollbar in IOS devices but it's keep re-appearing.
::-webkit-scrollbar,
*::-webkit-scrollbar {
display: none;
}
I come across this solution a lot but it's not solving my problem. Let me know if someone already fixed this.