The panels inside the div are huge - in fact often 5000px high and sometimes up to 50000px high. I have tried to set max-height on the owning objects and also used a setTimeout(1000) to resize the panels - but if you click on the panes then they get resized automatically. I note the height is set on the elements with class panels somehow:
I have used the latest drop and when I construct the editor using:
editor = new window.FormeoEditor({ editorContainer: '#formeo-editor1', debug: true, svgSprite: 'https://draggable.github.io/formeo/assets/img/formeo-sprite.svg' },{});
The panels inside the div are huge - in fact often 5000px high and sometimes up to 50000px high. I have tried to set max-height on the owning objects and also used a setTimeout(1000) to resize the panels - but if you click on the panes then they get resized automatically. I note the height is set on the elements with class panels somehow: