Foros de discusión

How to add vertical scroll bar to custom portlet?

thumbnail
Praveen P, modificado hace 11 años.

How to add vertical scroll bar to custom portlet?

Regular Member Mensajes: 100 Fecha de incorporación: 21/02/12 Mensajes recientes
Hi, everyone, i have developed one portlet similar like message board but the problem is the portlet is stretching vertically if content is big, so i want to add scroll bar how to add? if u know please let me know

Thanks in advance
Praveen
thumbnail
Praveen P, modificado hace 11 años.

RE: How to add vertical scroll bar to custom portlet?

Regular Member Mensajes: 100 Fecha de incorporación: 21/02/12 Mensajes recientes
i got answer for my post just put this lines
overflow: scroll;
width: 960px;
in Advanced styling content of your portlet, that one you can find by this path your_portlet->lwrenchmenu->look and feel->Advanced Styling
thumbnail
INTHIYAZ SHAIK, modificado hace 11 años.

RE: How to add vertical scroll bar to custom portlet?

New Member Mensajes: 22 Fecha de incorporación: 24/11/11 Mensajes recientes
i think you can try by adding

overflow-y : scroll /auto ;