Преглед изворни кода

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;