Skip to content

Commit 2519373

Browse files
committed
scroll 기능 구현
1 parent 65ada8a commit 2519373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FE/src/layout/Layout.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
width: 100%;
1616
/*height: 100%; /* 이렇게 해야 footer가 하단 고정 */
1717
background-color: white;
18-
18+
overflow: auto; /* 2023-01-24 scroll 기능 구현 */
1919
display: flex;
2020
justify-content: center;
2121
align-items: center;

0 commit comments

Comments
 (0)