From 11beb0fba5b7f6c722d13252ed85109a7b5b7fe1 Mon Sep 17 00:00:00 2001 From: CBWDG Date: Thu, 4 Apr 2024 15:15:32 +0900 Subject: [PATCH] =?UTF-8?q?fix(#246):=20=EA=B8=B4=EA=B8=89=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/globalStyled/styled.ts | 1 + .../chat-space-header/ChatSpaceHeader.tsx | 51 +++++++++++-------- 2 files changed, 31 insertions(+), 21 deletions(-) diff --git a/src/components/common/globalStyled/styled.ts b/src/components/common/globalStyled/styled.ts index fc57260..d174431 100644 --- a/src/components/common/globalStyled/styled.ts +++ b/src/components/common/globalStyled/styled.ts @@ -275,6 +275,7 @@ export const Tooltip = styled.div` width: 5vw; text-decoration: none; color: #fff; + z-index: 9999; &::after { content: ''; position: absolute; diff --git a/src/components/molecules/chat-space-elements/chat-space-header/ChatSpaceHeader.tsx b/src/components/molecules/chat-space-elements/chat-space-header/ChatSpaceHeader.tsx index 40adaae..de2ece2 100644 --- a/src/components/molecules/chat-space-elements/chat-space-header/ChatSpaceHeader.tsx +++ b/src/components/molecules/chat-space-elements/chat-space-header/ChatSpaceHeader.tsx @@ -103,27 +103,36 @@ const ChatSpaceHeader = (props: { {chatPartners?.name || ''} - Info - Report - Review + + + 도움말 + + + + 신고 + + + + 리뷰 + {isOpenInfo && ( )}