From 0585f0abafc33abb5b694019882c582e4e48e1ab Mon Sep 17 00:00:00 2001 From: Yuki Date: Mon, 12 Dec 2022 10:23:54 +0000 Subject: [PATCH] Update user_card.scss this fixes the moderation popover being below the tab buttons --- src/components/user_card/user_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index 07ab7bec..9a4e207f 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -2,7 +2,7 @@ .user-card { position: relative; - z-index: 1; + z-index: 7; &:hover { --_still-image-img-visibility: visible;