From d4029942e56ff3312a3625b0a9e51004ce2c2c51 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 4 Jan 2023 22:31:42 -0800 Subject: [PATCH] Disable selecting the character image --- components/CharacterUnit/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/CharacterUnit/index.scss b/components/CharacterUnit/index.scss index 0cf54982..2c630039 100644 --- a/components/CharacterUnit/index.scss +++ b/components/CharacterUnit/index.scss @@ -60,6 +60,8 @@ transition: all 0.18s ease-in-out; height: auto; width: 100%; + -webkit-user-select: none; /* Safari */ + user-select: none; &:hover .icon svg { fill: var(--icon-secondary-hover);