From 4d34927c397c0146c1f488753fec6f47682b127d Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 24 May 2021 17:34:15 +0100 Subject: [PATCH] Fix player icon disappearing on focus --- src/components/sidebar/PlayerListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sidebar/PlayerListItem.vue b/src/components/sidebar/PlayerListItem.vue index 96468bf..f89a108 100644 --- a/src/components/sidebar/PlayerListItem.vue +++ b/src/components/sidebar/PlayerListItem.vue @@ -112,7 +112,7 @@ export default defineComponent({ left: 0.7rem; pointer-events: none; margin: auto; - z-index: 1; + z-index: 2; } .player__name {