From 17fe1147eb2554eae714333d842eb7f008c96311 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 9 Jun 2017 14:31:20 -0700 Subject: [PATCH] Fix frame grid examples with new approach to vertical auto --- docs/pages/xy-grid.md | 4 ++-- test/visual/xy-grid/frame-grid.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 2facc08be..4f0ac3796 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -230,7 +230,7 @@ Here's an example of what you can do: ```html_example
-
+

Grid Frame Header

@@ -244,7 +244,7 @@ Here's an example of what you can do:
-
+

Independent scrolling sidebar

diff --git a/test/visual/xy-grid/frame-grid.html b/test/visual/xy-grid/frame-grid.html index fa862d016..c370e00cd 100644 --- a/test/visual/xy-grid/frame-grid.html +++ b/test/visual/xy-grid/frame-grid.html @@ -40,7 +40,7 @@
-
+

Independent scrolling sidebar

-- 2.47.2