From ab2190531deb13cb9d7c058666b8aee3113dcda8 Mon Sep 17 00:00:00 2001 From: comolove Date: Sun, 22 Oct 2023 17:28:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=8C=EB=A6=BC=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=20=EB=B0=94=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shared/Header.tsx | 5 +++-- src/service/auth.ts | 3 ++- src/service/notification.ts | 3 ++- src/styles/headerScrollbar.css | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 src/styles/headerScrollbar.css diff --git a/src/components/shared/Header.tsx b/src/components/shared/Header.tsx index 6c409315..10935b2e 100644 --- a/src/components/shared/Header.tsx +++ b/src/components/shared/Header.tsx @@ -18,6 +18,7 @@ import { Notification } from '@/types/notification'; import RelativeDate from './RelativeDate'; import { checkNotifications } from '@/service/notification'; import { FaRankingStar } from 'react-icons/fa6'; +import '@/styles/headerScrollbar.css'; type Props = { isLogin: boolean; @@ -136,7 +137,7 @@ export default function Header({ />