From cc80e6812cda8e1201ac903e1a2bee43feedb0fa Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 1 Jul 2022 14:27:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fixes=20status=20check=20z-index?= =?UTF-8?q?=20(#719)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #719 --- src/components/LinkItems/StatusIndicator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LinkItems/StatusIndicator.vue b/src/components/LinkItems/StatusIndicator.vue index 2d53d2ea..c4d6b2d6 100644 --- a/src/components/LinkItems/StatusIndicator.vue +++ b/src/components/LinkItems/StatusIndicator.vue @@ -49,7 +49,7 @@ export default { padding: 5px; transition: all .2s ease-in-out; cursor: help; - z-index: 5; + z-index: 4; &:hover { transform: scale(1.25); filter: saturate(2);