Page 1 of 1

list in panel overflows off bottom of screen

Posted: Wed Jun 17, 2015 11:05 pm
by Patrick Nanry

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


list in panel overflows off bottom of screen

Posted: Thu Jun 18, 2015 10:03 am
by Illya Stepanov

Hi Patrick -

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


list in panel overflows off bottom of screen

Posted: Tue Aug 04, 2015 12:30 am
by Mani Maran

hey i've this problem too


list in panel overflows off bottom of screen

Posted: Tue Aug 04, 2015 9:10 am
by Mani Maran

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