@@ -10,6 +10,7 @@ body {
a {
color: #ff0;
text-decoration: none;
+ pointer-events: auto;
}
a:hover {
@@ -36,6 +37,7 @@ canvas {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
+ pointer-events: none;
z-index: 1; /* TODO Solve this in HTML */