Make the info panel invisible to mouse
@@ -46,6 +46,7 @@ input.Number {
#viewport #info {
text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
+ pointer-events: none;
}
#script {
@@ -39,6 +39,7 @@ input.Number {