This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

It's Possible insert a Iframe into a plan with enabled scrolling?
#6
Hi,

I think there is a much easier methode, create a layout with correct width and a height of 2400px, and put this in custom CSS:

Set inside the CSS the original height of your plan to make sure the scrollable part is correct height

Code:
#layout-1 {
 position: relative;
 top: 10px;
 height: 768px !important;
 overflow-x: hidden !important;
 overflow-y: scroll !important;
}
Then you can put your content on the layout and make sure to have minimal 1 item on your plan or it won't show the plan.

BR,
Erwin
Reply


Messages In This Thread
RE: It's Possible insert a Iframe into a plan with enabled scrolling? - by Erwin van der Zwart - 04.10.2017, 09:34

Forum Jump: