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 65ada8a commit 2519373Copy full SHA for 2519373
FE/src/layout/Layout.module.css
@@ -15,7 +15,7 @@
15
width: 100%;
16
/*height: 100%; /* 이렇게 해야 footer가 하단 고정 */
17
background-color: white;
18
-
+ overflow: auto; /* 2023-01-24 scroll 기능 구현 */
19
display: flex;
20
justify-content: center;
21
align-items: center;
0 commit comments