Browse Source

Merge pull request #2957 from BabylonJS/master

PG improvements
David Catuhe 8 năm trước cách đây
mục cha
commit
acbed5fe6c
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;