diff --git a/Sandbox/lib/components.html b/Sandbox/lib/components.html
index 6e06544..f5e3b51 100644
--- a/Sandbox/lib/components.html
+++ b/Sandbox/lib/components.html
@@ -62,6 +62,7 @@
+
diff --git a/Sandbox/lib/tk-editors.html b/Sandbox/lib/tk-editors.html
index 8787708..d67f714 100755
--- a/Sandbox/lib/tk-editors.html
+++ b/Sandbox/lib/tk-editors.html
@@ -46,9 +46,9 @@
font: inherit;
box-sizing: border-box;
-moz-box-sizing: border-box;
- -webkit-user-select: all;
+ /* -webkit-user-select: all;
-moz-user-select: all;
- user-select: all;
+ user-select: all; */
}
input:focus {
outline: 1px solid #448afd;
@@ -200,9 +200,9 @@
padding: 6px;
margin: 0;
width: 95%;
- -webkit-user-select: all;
+ /* -webkit-user-select: all;
-moz-user-select: all;
- user-select: all;
+ user-select: all; */
overflow: auto;
vertical-align: middle;
}
@@ -222,6 +222,22 @@
+
+
+
+
+
+
+