Scroll Refresher not showing inside slidebox

<ion-slide-box >
	<ion-slide>
		<content>
			<ion-refresher
				on-refresh="doRefresh()"
				refreshing-icon="ion-loading-b">
			</ion-refresher>

the refresher works, but it wont display on the screen, how do I fix it?

Can you throw this into a codepen?

I can look at it better from there

Thanks!

there is another problem, the refresher can be triggered from any slide :confused:
My goal was to create 2 different lists, with refreshers… but I don’t think it is possible with this slidebox

Some restructure and some css and your all set.

thank you @mhartington!

Hi. I am having the same problem but with Ionic 3 link of question here. stackoverflow and this one stackoverflow 2