Explorar el Código

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

WestLangley hace 3 años
padre
commit
52c91bae2f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>