From bed3d31080cff1c79a2031e32574641d58a2f998 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sun, 18 Oct 2020 13:24:48 +0530 Subject: [PATCH] Add Element position and scroll empty doc --- docs/element-position-scroll.mdx | 7 +++++++ sidebars.js | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/element-position-scroll.mdx diff --git a/docs/element-position-scroll.mdx b/docs/element-position-scroll.mdx new file mode 100644 index 0000000..7380c15 --- /dev/null +++ b/docs/element-position-scroll.mdx @@ -0,0 +1,7 @@ +--- +id: element-position-scroll +title: Position and Scroll +--- + + +## Position and Scroll \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 1096b3a..645dbcc 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3,6 +3,7 @@ module.exports = { "DOM and Events": [ "create-modify-element", 'element-properties', + 'element-position-scroll', ], /*