Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panels are resized to huge height #305

Open
robert-haynes opened this issue Jan 27, 2021 · 0 comments
Open

Panels are resized to huge height #305

robert-haynes opened this issue Jan 27, 2021 · 0 comments

Comments

@robert-haynes
Copy link

robert-haynes commented Jan 27, 2021

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:

Screen Shot 2021-01-27 at 16 47 37

Screen Shot 2021-01-27 at 16 49 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant