scrollable panel components
Posted: Mon Jul 04, 2016 10:11 am
if the content gets to large for a panel component does it scroll, can it scroll or do I have to make sure that the content will fit correctly.
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/
if the content gets to large for a panel component does it scroll, can it scroll or do I have to make sure that the content will fit correctly.
Hello Terry,
Please add a CSS below for that:
prediv.ui-panel{
overflow-y:scroll;
min-height: 100vh;
height:100vh;
}/pre
Thanks