瀏覽代碼

remove focus on canvas on edge

David Catuhe 7 年之前
父節點
當前提交
2ae68e95c6
共有 1 個文件被更改,包括 5 次插入0 次删除
  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;