Scroll problem ionic v1

There is issue if i touch Feature product horizontal scroll then after this i cant not scroll up or down of main page

Screen from my app
https://ibb.co/yd0G61m

my code

    <ion-list class="recent-items-list">
        <div class="item item-divider" i18n="shop.featured_title"></div>
					<ion-scroll zooming="false" scrollbar-x="false" scrollbar-y="false" direction="x">
					    <div class="row">
                <ion-item class="col featured" ng-repeat="item in data.featuredItems">
                    <item-template item="item" mode="2"></item-template>
                </ion-item>
								</div>
						</ion-scroll>
    </ion-list>

Is there a solution to this problem ?