04.10.2017, 09:34
(This post was last modified: 04.10.2017, 09:35 by Erwin van der Zwart.)
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
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
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;
}
BR,
Erwin