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

Merge pull request #17140 from WestLangley/dev_pointer_events

Examples: prevent pointer events on info div
......@@ -10,6 +10,7 @@ body {
a {
color: #ff0;
text-decoration: none;
pointer-events: auto;
}
a:hover {
......@@ -36,6 +37,7 @@ canvas {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 1; /* TODO Solve this in HTML */
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册