Page 1 of 1
panel overflow
Posted: Tue Aug 04, 2015 12:41 am
by Mani Maran
Hey, I just created an app with left panel and i reduced top of the left panel to 59px it looks fine when i hit test button (image1) and (image2) i scroll down on the panel it scrolls up beyond i set the limit, i also tried overflow: hidden; but it keeps moving I don't know what to do? This is my public app link: (http://appery.io/app/mobile-frame?src...)
panel overflow
Posted: Tue Aug 04, 2015 2:46 am
by Mani Maran
that problem solved and another problem raised if i scroll down the panel whole page goes up what do i want to stop the header if i scroll up or down the panel
panel overflow
Posted: Tue Aug 04, 2015 7:13 am
by Serhii Kulibaba
panel overflow
Posted: Tue Aug 04, 2015 8:23 am
by Mani Maran
thanks Mr.Sergiy Kulibaba, that problem solved and another problem raised
panel overflow
Posted: Tue Aug 04, 2015 8:28 am
by Mani Maran
Hello Mr.Sergiy Kulibaba I've 11 elements in panel but mobile preview app page shows only 10 elements in 240 x 320 and 320 x 480 resolution (1st Image) but in other resolution shows 11 elements.(2nd image) i can't able to scroll down after 10 elements(buttons and collapsible) in 320 and 480 resolution In My CSS
.ui-panel-position-left {
top: 64px !important;
bottom: 0px !important;
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
}