You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed issue in nested.html where we had scroll bar when we shouldn't.
* the old code used to set rows # to match the grid min-height (incorrectly when set to say 100% or 10rem) which we no longer do. settign an explicit heiht (in code) with min-height (in CSS) works just fine.
* getCellHeight() will no longer compute using entire grid / #row, ut use the first row instead...
0 commit comments