From fc968f004455486aa7d14aa9836d39f84db85dc8 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sat, 14 Jun 2025 08:41:45 -0500 Subject: [PATCH] Fixed the weird hover effect and left a message for Robbie. --- UI/Web/src/_tag-card-common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Web/src/_tag-card-common.scss b/UI/Web/src/_tag-card-common.scss index 99a005b04..07f37c2a0 100644 --- a/UI/Web/src/_tag-card-common.scss +++ b/UI/Web/src/_tag-card-common.scss @@ -9,7 +9,7 @@ .tag-card:hover { background-color: #3a3a3a; - transform: translateY(-3px); + //transform: translateY(-3px); // Cool effect but has a weird background issue. ROBBIE: Fix this } .tag-name {