This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.
ion-scroll has native scoll in javascript scrolling active #170
Open
Description
From @cruelkoala on March 2, 2016 15:27
Short description of the problem:
ion-scroll has native and javascript scrolls at the same time. ion-scroll has scroll-y class which define overflow: scroll rule in any scroll mode.
What behavior are you expecting?
There is no native scroll in javascript scroll mode.
Steps to reproduce:
- Add overflow-scroll="false" to ion-scroll
- Check ion-scroll css
- ion-scroll has scroll-y class and has overflow-y: scroll rule.
Ionic Version: 1.2.4
**Browser Chrome
Copied from original issue: ionic-team/ionic-framework#5686