diff --git a/doc/CHANGES.md b/doc/CHANGES.md index bcc3508f3..7f22b0b14 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -102,6 +102,7 @@ Change log ## 9.2.1-dev (TBD) * fix - sub-grid styles now look for immediate correct parent, not any depth above. +* fix [#2469](https://github.com/gridstack/gridstack.js/issues/2469) "Invalid height" error CSS minHeight ## 9.2.1 (2023-09-20) * fix _updateContainerHeight() to use height rather than min-height again (apart for nested grids which need it) and partial getComputedStyle CSS minHeight support diff --git a/spec/e2e/html/2469_min-height.html b/spec/e2e/html/2469_min-height.html new file mode 100644 index 000000000..8eddf1270 --- /dev/null +++ b/spec/e2e/html/2469_min-height.html @@ -0,0 +1,41 @@ + + +
+ + + +