Skip to content

Commit f77eaff

Browse files
committed
fix(height): fix html/body height
1 parent bca204d commit f77eaff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@
3434

3535

3636
<style>
37-
html {
38-
height:100%;
39-
}
4037
html, body {
4138
padding:0;
4239
margin:0;
4340
background-color:#ececec;
41+
height:100%;
4442
}
4543
</style>
4644

0 commit comments

Comments
 (0)