Skip to content

Commit fb90ab8

Browse files
authored
Merge pull request #61 from studyhog/develop
#17, #31 - css height bugfix.
2 parents 8272141 + 14f7206 commit fb90ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html, body {
66
-moz-osx-font-smoothing: grayscale;
77
}
88

9-
html, body, #root {
9+
html, body {
1010
height: 100%
1111
}
1212

0 commit comments

Comments
 (0)