浏览代码

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;