Browse Source

Placeholder: Add user-select: none (#23075)

WestLangley 3 năm trước cách đây
mục cha
commit
52c91bae2f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/index.html

+ 1 - 0
examples/index.html

@@ -415,6 +415,7 @@
 							display: flex;
 							align-items: center;
 							justify-content: center;
+							user-select: none;
 						}
 						</style>
 					</head>