Skip to content

Commit b37827c

Browse files
committed
chore(#87): html, body height: 100% 설정
1 parent 4d687c9 commit b37827c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/reset.css.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ globalStyle("html", {
66
fontSize: "62.5%",
77
});
88

9+
globalStyle("html, body", {
10+
height: "100%",
11+
});
12+
913
globalStyle(
1014
"html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video",
1115
{

0 commit comments

Comments
 (0)