Deshabilitación de selección de texto

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

View File

@ -263,6 +263,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 */