Skip to content

Commit 747c85c

Browse files
committed
fix: layout-shift문제 해결
1 parent c523e69 commit 747c85c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
@import '@styles/fonts.css';
33
@import '@styles/typography.css';
44
@import '@styles/scrollbar.css';
5+
6+
html {
7+
overflow-y: scroll; /* 항상 스크롤바 공간 확보 (윈도우에서 효과적) */
8+
}

0 commit comments

Comments
 (0)