Page 1 of 1

scrollable panel components

Posted: Mon Jul 04, 2016 10:11 am
by Terry Gilliver

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.


scrollable panel components

Posted: Mon Jul 04, 2016 12:31 pm
by Serhii Kulibaba

Hello Terry,

Please add a CSS below for that:
prediv.ui-panel{
overflow-y:scroll;
min-height: 100vh;
height:100vh;
}/pre


scrollable panel components

Posted: Wed Jul 13, 2016 7:57 am
by Terry Gilliver

Thanks