Ionic 2 disable scroll

前端 未结 9 1181
暗喜
暗喜 2021-02-03 21:00

I\'ve tried several methods to disable scroll, including using CSS position: fixed, attribute overflow-scroll=\"false\" and etc, but all methods failed

9条回答
  •  难免孤独
    2021-02-03 21:46

    If you don't want the scroll you may also don't need the ion-content itself, in my status for example I want to use the ion-grid directly.

    
         
     
    热议问题