diff --git a/components/takgu/Layout/MegaPhone.tsx b/components/takgu/Layout/MegaPhone.tsx
index 1997e3dc1..e8142cb6c 100644
--- a/components/takgu/Layout/MegaPhone.tsx
+++ b/components/takgu/Layout/MegaPhone.tsx
@@ -94,16 +94,10 @@ const Megaphone = () => {
{!!megaphoneData && megaphoneData.length > 0 && (
(
-
- )}
+ itemContent={(_, data) => }
style={{ height: '100%' }}
/>
)}
diff --git a/styles/takgu/Layout/MegaPhone.module.scss b/styles/takgu/Layout/MegaPhone.module.scss
index 805bbd787..99972c775 100644
--- a/styles/takgu/Layout/MegaPhone.module.scss
+++ b/styles/takgu/Layout/MegaPhone.module.scss
@@ -49,9 +49,3 @@ $bannerHeight: 3rem;
justify-content: center;
align-items: center;
}
-
-.virtuoso {
- // NOTE : 라이브러리에서 인라인 스타일로 overflow-y: auto를 주고 있어 스크롤바가 생김
- // 이를 상쇄하기 위해서 !important를 사용함.
- overflow-y: hidden !important;
-}