diff --git a/demo/index.html b/demo/index.html index 621a1883..20924b66 100644 --- a/demo/index.html +++ b/demo/index.html @@ -21,9 +21,10 @@
- - - + + + +

Options

@@ -36,7 +37,7 @@

Addons Control

SearchAddon

-

+

@@ -57,13 +58,32 @@

+
+

Test

+
+ + +
+
-
- - diff --git a/demo/style.css b/demo/style.css index 29c4cbb1..cebd08e0 100644 --- a/demo/style.css +++ b/demo/style.css @@ -87,6 +87,6 @@ pre { padding: 6px 12px; border: 1px solid #ccc; border-top: none; - max-height: 67.7vh; + max-height: 100vh; overflow-y: auto; }