Browse Source

Examples: Fixed info's buttons.

Mr.doob 6 years ago
parent
commit
ce736f5977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/main.css

+ 1 - 1
examples/main.css

@@ -40,7 +40,7 @@ canvas {
 	z-index: 1; /* TODO Solve this in HTML */
 }
 
-a, input, select {
+a, button, input, select {
 	pointer-events: auto;
 }