Prechádzať zdrojové kódy

Merge pull request #2957 from BabylonJS/master

PG improvements
David Catuhe 8 rokov pred
rodič
commit
acbed5fe6c
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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;