未验证 提交 78b74d23 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #17004 from WestLangley/dev_user_select

CSS: make info and dat.gui text non-selectable
......@@ -32,9 +32,17 @@ canvas {
padding: 10px;
box-sizing: border-box;
text-align: center;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 1; /* TODO Solve this in HTML */
}
.dg.ac {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 2 !important; /* TODO Solve this in HTML */
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册