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.
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