list in panel overflows off bottom of screen
Posted: Wed Jun 17, 2015 11:05 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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;
}