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.
Hi Patrick -
Please provide more information about how exactly you've implemented this panel in your app?
hey i've this problem too
.fixed-content {
min-height:(your wish);
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
}