Fórumok

How to add vertical scroll bar to custom portlet?

thumbnail
Praveen P, módosítva 11 év-val korábban

How to add vertical scroll bar to custom portlet?

Regular Member Bejegyzések: 100 Csatlakozás dátuma: 2012.02.21. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Regular Member Bejegyzések: 100 Csatlakozás dátuma: 2012.02.21. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

New Member Bejegyzések: 22 Csatlakozás dátuma: 2011.11.24. Legújabb bejegyzések
i think you can try by adding

overflow-y : scroll /auto ;