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.
2 parents c523e69 + 747c85c commit 1143fbeCopy full SHA for 1143fbe
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