added global wrap

This commit is contained in:
Wyatt Johnson
2018-05-11 10:22:45 -06:00
parent 3a9051bf1b
commit faa0ee8ceb
+9 -7
View File
@@ -1,9 +1,11 @@
html, body, #root, #root > div {
min-height: 100%;
}
:global {
html, body, #root, #root > div {
min-height: 100%;
}
body {
margin: 0;
background-color: #FAFAFA;
font-family: 'Roboto', sans-serif;
body {
margin: 0;
background-color: #FAFAFA;
font-family: 'Roboto', sans-serif;
}
}