I\'ve tried several methods to disable scroll, including using CSS position: fixed, attribute overflow-scroll=\"false\" and etc, but all methods failed
position: fixed
overflow-scroll=\"false\"
This works in ionic 5:
ion-content { --overflow: hidden; }