ソースを参照

Merge pull request #2957 from BabylonJS/master

PG improvements
David Catuhe 8 年 前
コミット
acbed5fe6c
1 ファイル変更3 行追加1 行削除
  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;