Parcourir la source

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

WestLangley il y a 3 ans
Parent
commit
52c91bae2f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>