From b9e956b4409eb328e3b9d233caee80005c8983c0 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:53:46 +0700 Subject: [PATCH] fix: floating background when long name --- src/components/StatCardComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatCardComponent.vue b/src/components/StatCardComponent.vue index df58b974..a0539170 100644 --- a/src/components/StatCardComponent.vue +++ b/src/components/StatCardComponent.vue @@ -50,7 +50,7 @@ svg { width: 200px; position: absolute; left: 0px; - top: 50px; + bottom: 0; opacity: 0.1; }