Disable selecting the character image

This commit is contained in:
Justin Edmund 2023-01-04 22:31:42 -08:00
parent 726c0608c4
commit d4029942e5

View file

@ -60,6 +60,8 @@
transition: all 0.18s ease-in-out; transition: all 0.18s ease-in-out;
height: auto; height: auto;
width: 100%; width: 100%;
-webkit-user-select: none; /* Safari */
user-select: none;
&:hover .icon svg { &:hover .icon svg {
fill: var(--icon-secondary-hover); fill: var(--icon-secondary-hover);