Przeglądaj źródła

Merge pull request #2957 from BabylonJS/master

PG improvements
David Catuhe 8 lat temu
rodzic
commit
acbed5fe6c
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      Playground/css/index.css

+ 3 - 1
Playground/css/index.css

@@ -120,7 +120,9 @@ body {
     color:white;
     padding:5px;
     border-radius: 3px;
-    font-family: 'Montserrat'
+    font-family: 'Montserrat';
+    pointer-events: none;
+    user-select: none;
 }
 .navbar {
     height: 40px;