diff --git a/examples/simple.html b/examples/simple.html
index e69de29..00f4de1 100644
--- a/examples/simple.html
+++ b/examples/simple.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/examples/simple.js b/examples/simple.js
index b6bf82a..c94b94b 100644
--- a/examples/simple.js
+++ b/examples/simple.js
@@ -23,6 +23,7 @@ function align() {
overflow: {
adjustX: $id('adjustX').checked,
adjustY: $id('adjustY').checked,
+ lockedPoints: $id('lockedPoints').checked,
},
useCssRight: $id('useCssRight').checked,
useCssBottom: $id('useCssBottom').checked,
@@ -78,6 +79,11 @@ const div = (
+
+