We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating element heights with cellHeight() causes all elements in grid to overlay over each other on first row.
Reproducible by updating cell height with cellHeight() on any of the provided demos.
Cell Heights on grid should adjust based on parameters in cellHeight()
Elements from multiple rows collapse into the top row and are all overlayed/stacked on top of each other.
The text was updated successfully, but these errors were encountered:
fix cellHeight() updating CSS for # of rows
0c29630
* fix gridstack#1579 * make sure to re-create the CSS with actual numer of rows needed when changing cell heights
Successfully merging a pull request may close this issue.
Subject of the issue
Updating element heights with cellHeight() causes all elements in grid to overlay over each other on first row.
Your environment
Steps to reproduce
Reproducible by updating cell height with cellHeight() on any of the provided demos.
Expected behavior
Cell Heights on grid should adjust based on parameters in cellHeight()
Actual behavior
Elements from multiple rows collapse into the top row and are all overlayed/stacked on top of each other.
The text was updated successfully, but these errors were encountered: