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

Specifying height causes infinite loop #14

Closed
jhogendorn opened this issue Aug 25, 2011 · 1 comment
Closed

Specifying height causes infinite loop #14

jhogendorn opened this issue Aug 25, 2011 · 1 comment

Comments

@jhogendorn
Copy link

line 309 to 329 loops indefinitely if you specify a height, rather than adding elements to the columns it continues to keep adding more and more last columns.

this breaks the horizontal scrolling capability.

using:
width: 400
height: 600
lastNeverTallest: true

@adamwulf
Copy link
Owner

this looks like the same bug as #47 - just fixed in master. thanks!

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

No branches or pull requests

2 participants