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', ], /*