From 11488e9e58ad792d9b6fe8fffc194b3ac35d439c Mon Sep 17 00:00:00 2001 From: cjeongmin Date: Thu, 30 May 2024 12:26:27 +0900 Subject: [PATCH] fix: Change background Image postiion of User card --- src/components/CircularProfileImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CircularProfileImage.tsx b/src/components/CircularProfileImage.tsx index a3d90b9..47faf5d 100644 --- a/src/components/CircularProfileImage.tsx +++ b/src/components/CircularProfileImage.tsx @@ -23,7 +23,7 @@ const styles = { background-size: 80%; background-image: ${({ $url }) => `url("${$url}")`}; background-position: center; - position: absolute; + position: relative; top: 0; left: 0; z-index: 0;