Forum /
Sencha Touch 1.x Forums /
Sencha Touch 1.x: Discussion /
Overflow auto or scroll for divs inside Sencha Touch panel
Overflow auto or scroll for divs inside Sencha Touch panel
The new IOS update supports overflow: scroll.
I've been trying to implement this in Sencha Touch using the following css
#selected_plan {
width: 75%;
float: left;
height: 540px;
overflow-y: scroll;
overflow-x: hidden;
background-color: #ccc;
-webkit-overflow-scrolling: touch;
}
but it does not work.
To test, I built a version of my content outside of Sencha Touch. This div in this version scrolls as expected.
Sencha - Senior Forum Manager
I would think the Scroller class is conflicting with this.
Thanks,
I suspected that, but I'm not using the Scroller class on this element. However, there are other places within the app where it might be used. Is there a way for me to disable the Scroller class on specific elements?
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us