Deshabilitación de selección de texto

This commit is contained in:
perro tuerto 2023-03-20 11:25:22 -07:00
parent 6810cf11c4
commit d05b85a878
1 changed files with 3 additions and 0 deletions

View File

@ -259,6 +259,9 @@
top: 0;
left: 0;
transition: opacity 0.3s;
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
/* Show the tooltip text when you mouse over the tooltip container */