Skip to content

Commit 1143fbe

Browse files
authored
Merge pull request #291 from prgrms-web-devcourse-final-project/fix/290-layout-shift
[fix] layout-shift 문제 해결
2 parents c523e69 + 747c85c commit 1143fbe

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)