Patrick Nanry
Posts: 0
Joined: Sat May 30, 2015 1:50 am

list in panel overflows off bottom of screen

I have a list inside of a panel, but when the list has more than a few elements, it overflows off the bottom of the screen and there is no option to scroll.
Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

list in panel overflows off bottom of screen

Hi Patrick -

Please provide more information about how exactly you've implemented this panel in your app?

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

list in panel overflows off bottom of screen

hey i've this problem too

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

list in panel overflows off bottom of screen

.fixed-content {
min-height:(your wish);
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
}

Return to “Issues”