We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c523e69 commit 747c85cCopy full SHA for 747c85c
src/styles/index.css
@@ -2,3 +2,7 @@
2
@import '@styles/fonts.css';
3
@import '@styles/typography.css';
4
@import '@styles/scrollbar.css';
5
+
6
+html {
7
+ overflow-y: scroll; /* 항상 스크롤바 공간 확보 (윈도우에서 효과적) */
8
+}
0 commit comments