From 993aeef36ce8e77a513204d31d903e7419c6bbb5 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Tue, 13 Apr 2021 07:38:30 -0700 Subject: [PATCH] doc update --- doc/CHANGES.md | 3 ++- spec/e2e/html/1727_resize_scroll_top.html | 32 +++++++++++------------ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index d81df2fe2..988c6719d 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -58,12 +58,13 @@ Change log - fix [#1700](https://github.com/gridstack/gridstack.js/issues/1700) JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue) - fix [#1678](https://github.com/gridstack/gridstack.js/issues/1678) item gs-x:0 not animating fix +- fix [#1678](https://github.com/gridstack/gridstack.js/pull/1678) resize-scroll issue when grid is not at top of page. Thanks [@Manfred-on-github](https://github.com/Manfred-on-github) ## 4.2.0 (2021-4-11) - fix [#1704](https://github.com/gridstack/gridstack.js/issues/1704) scrollbar fix broken in 4.x - fix [#1655](https://github.com/gridstack/gridstack.js/issues/1655) `addWidget()` while in 1 column now remembers original wanted width -- add [#1682](https://github.com/gridstack/gridstack.js/issues/1682) `addWidget()` now supports nested grids like init/addGrid() does. +- add [#1727](https://github.com/gridstack/gridstack.js/issues/1727) `addWidget()` now supports nested grids like init/addGrid() does. ## 4.1.0 (2021-4-7) diff --git a/spec/e2e/html/1727_resize_scroll_top.html b/spec/e2e/html/1727_resize_scroll_top.html index c003ac543..57539818c 100644 --- a/spec/e2e/html/1727_resize_scroll_top.html +++ b/spec/e2e/html/1727_resize_scroll_top.html @@ -18,17 +18,17 @@ flex-grow: 1; } .row { - display:flex; - width: 100%; + display:flex; + width: 100%; } .showDistance { - border-top-width: 130px; - border-bottom-width: 130px; - border-color: gray; - border-style: solid; - height: 600px; - width: 50px; - box-sizing: border-box; + border-top-width: 130px; + border-bottom-width: 130px; + border-color: gray; + border-style: solid; + height: 600px; + width: 50px; + box-sizing: border-box; } @@ -38,18 +38,18 @@
-
-
+
+