Fórum

How to add vertical scroll bar to custom portlet?

thumbnail
Praveen P, modificado 11 Anos atrás.

How to add vertical scroll bar to custom portlet?

Regular Member Postagens: 100 Data de Entrada: 21/02/12 Postagens Recentes
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 11 Anos atrás.

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

Regular Member Postagens: 100 Data de Entrada: 21/02/12 Postagens Recentes
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 11 Anos atrás.

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

New Member Postagens: 22 Data de Entrada: 24/11/11 Postagens Recentes
i think you can try by adding

overflow-y : scroll /auto ;