cancel
Showing results for 
Search instead for 
Did you mean: 

Removing the Vertical scroll bar from the content area.

Former Member
0 Kudos

Hello,

Is there a way to remove the vertical scroll bar from the content area?

I am trying to create a new light portal frame work.

Everything works fine except that I see two vertical scroll bars, one from the content area and another from the page(frame).

Thanks in advance.

-Sudheer

Accepted Solutions (0)

Answers (1)

Answers (1)

darrell_merryweather
Active Contributor
0 Kudos

Hi

There are a couple of ways in which to achieve this

1) Try and make the content flat. What I mean by this is that the content area (when using the standard light framework) doesn't contain an iframe, meaning that the iview defined on the page has "EMBEDDED" isolation mode. This should mean that you only have one scrollbar (if the content extends past the size of the browser)

2) If you need to make the iview URL isolation, then try and get the domain of the content to be of a similar domain to your portal server, i.e. your portal is portal.company.com and the content is content.company.com. In this way you can make the pages expand.

NOTE: One thing to note is that when using URL isolation iviews doesn't allow the automatic expanding of the iframe content. This is because the standard javascript doesn't allow this. Therefore you may have to write your own javascript function (or content area page) to do this

I hope this helps

Darrell