-
- {/* 로고 */}
-
-
fromis_9
-
-
- {/* 링크 */}
-
-
- {/* SNS */}
-
-
-
{/* 저작권 */}
-
+
© {currentYear} fromis_9 Fan Site. This is an unofficial fan-made website.
diff --git a/frontend/src/index.css b/frontend/src/index.css
index ba881c2..a3d2a50 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -3,6 +3,10 @@
@tailwind utilities;
/* 기본 스타일 */
+html {
+ overflow-y: scroll; /* 항상 스크롤바 공간 확보 - 화면 밀림 방지 */
+}
+
body {
font-family: "Noto Sans KR", sans-serif;
background-color: #fafafa;