@@ -10,7 +10,6 @@ body {
a {
color: #ff0;
text-decoration: none;
- pointer-events: auto;
}
a:hover {
@@ -41,6 +40,10 @@ canvas {
z-index: 1; /* TODO Solve this in HTML */
+a, input, select {
+ pointer-events: auto;
+}
+
.dg.ac {
-moz-user-select: none;
-webkit-user-select: none;