Browse Source

Examples: Fixed info's buttons.

Mr.doob 6 năm trước cách đây
mục cha
commit
ce736f5977
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }