To remove scroll bar in ionic lab view

how can i remove that scroll bar from ionic lab view.Can someone guide me clearly.

try this,

import { App } from ‘ionic-angular’;

constructor(private app: App) {
app.setScrollDisabled(true);
};
for detail see link :https://stackoverflow.com/questions/35952538/how-can-i-disable-or-hide-the-scrollbar-within-an-ionic-2-ion-content

after using, it is blocking me to scroll down I just want to hide scrollbar not block scrolling.

Same problem here too, It is normal in ionic serve, but in ionic lab, every ion content seem to have those scroll bars :frowning: