Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

panel overflow

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...) Image Image

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

panel overflow

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 panelImage

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

panel overflow

Hello Mani,

Please follow this topic:
http://stackoverflow.com/questions/16...

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

panel overflow

thanks Mr.Sergiy Kulibaba, that problem solved and another problem raised

Mani Maran
Posts: 0
Joined: Tue Jul 21, 2015 12:49 am

panel overflow

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;
}
Image Image

Return to “Issues”