* fix: add height 100% for <html> * remove height 100% in all themes * fixed order in template.css
@@ -4,7 +4,6 @@
/*============*/
html, body {
background: #171717;
- height: 100%;
color: #999;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}
@@ -1571,7 +1571,6 @@ form th {
background: #f5f0ec;
font-family: "lato", "Helvetica", "Arial", sans-serif;
font-size: 0.875rem;
@@ -36,7 +36,6 @@
background: variables.$grey-light;
background: #fafafa;
font-size: 92%;
background: #1c1c1c;
color: #888;
@@ -1556,7 +1556,6 @@ form th {
background: #eff0f2;
color: #666;
@@ -44,7 +44,6 @@ select:invalid {
html,
body {
font-family: Helvetica, Arial, sans-serif;
@@ -58,7 +58,6 @@ $color_hover: #fff;
// /@extend-elements
@@ -16,6 +16,7 @@ html, body {
margin: 0;
padding: 0;
background: white;
+ height: 100%;
color: black;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
font-size: 100%;