Browse Source

remove focus on canvas on edge

David Catuhe 7 năm trước cách đây
mục cha
commit
2ae68e95c6
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Playground/frame.css

+ 5 - 0
Playground/frame.css

@@ -8,6 +8,11 @@
     touch-action: none;
 }
 
+canvas {
+    border:none !important;
+    outline:none !important;
+}
+
 #fpsLabel {
     position: absolute;
     right: 10px;