Skip to content

Commit 4256ea7

Browse files
committed
style: 레이아웃 높이 고정을 위한 height 속성 추가
1 parent 8a91fe6 commit 4256ea7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

frontend/src/index.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@
1212
font-style: normal;
1313
}
1414

15+
html,
16+
body,
17+
#root {
18+
height: 100%;
19+
margin: 0;
20+
}
21+
1522
body {
1623
font-family: 'NanumGothic', sans-serif;
1724
font-weight: 400;
18-
margin: 0;
1925
}
2026

2127
.hidden {

0 commit comments

Comments
 (0)