Hi Dirk,
Create new CSS asset with the following code:
pre
div.ui-panel{
top:45px;
min-height: inherit;
}
/pre
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 Dirk,
Create new CSS asset with the following code:
pre
div.ui-panel{
top:45px;
min-height: inherit;
}
/pre
Hi Dirk.
Add following CSS code to your CSS asset:
pre
.ui-header-fixed, .ui-footer-fixed{
z-index: 1002;
}
/pre
Regards.
Thank you Yurri, that worked!