留言板

How to add vertical scroll bar to custom portlet?

thumbnail
Praveen P,修改在11 年前。

How to add vertical scroll bar to custom portlet?

Regular Member 帖子: 100 加入日期: 12-2-21 最近的帖子
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,修改在11 年前。

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

Regular Member 帖子: 100 加入日期: 12-2-21 最近的帖子
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,修改在11 年前。

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

New Member 帖子: 22 加入日期: 11-11-24 最近的帖子
i think you can try by adding

overflow-y : scroll /auto ;