Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

scrollable panel components

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

scrollable panel components

Hello Terry,

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

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

scrollable panel components

Thanks

Return to “Issues”