From feca8a3ae35c6f5b6c03f1458c9d9f943e37f3a5 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Sun, 6 Nov 2022 15:37:52 +0800 Subject: [PATCH] [questions][fix] fix badge z-index --- apps/portal/src/components/questions/QuestionAggregateBadge.tsx | 2 +- .../src/components/questions/card/question/BaseQuestionCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/components/questions/QuestionAggregateBadge.tsx b/apps/portal/src/components/questions/QuestionAggregateBadge.tsx index 6192dfb5..9bb4bc00 100644 --- a/apps/portal/src/components/questions/QuestionAggregateBadge.tsx +++ b/apps/portal/src/components/questions/QuestionAggregateBadge.tsx @@ -60,7 +60,7 @@ export default function QuestionAggregateBadge({ {visible && ( -
+
    {sortedStatistics.map(({ key, value }) => ( diff --git a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx index f9a7c615..0a123397 100644 --- a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx +++ b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx @@ -186,7 +186,7 @@ export default function BaseQuestionCard({ )}
    -
    +
    {showAggregateStatistics && ( <>