diff --git a/css/debug.css b/css/debug.css index 7aeaa36..3b619d4 100644 --- a/css/debug.css +++ b/css/debug.css @@ -30,4 +30,14 @@ .agentInfoToggle { display: block; +} + +#debug_display { + position: absolute; + top: 0; + left: 0; + display: none; + background-color: #fff; + opacity: .7; + color: #000; } \ No newline at end of file diff --git a/index.html b/index.html index 152fe07..b4bb100 100755 --- a/index.html +++ b/index.html @@ -78,6 +78,8 @@
+
+