Spaces:
Runtime error
Runtime error
Update static/css/style.css
Browse files- static/css/style.css +3 -3
static/css/style.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
html, body {
|
| 2 |
--def: #fff;
|
| 3 |
--inv: #1d1d1d;
|
| 4 |
-
min-height:100%;
|
| 5 |
#max-height:100%;
|
| 6 |
-
height:100%;
|
| 7 |
background:#fff;
|
| 8 |
}
|
| 9 |
|
|
@@ -174,7 +174,7 @@ a {
|
|
| 174 |
.js .loading::before,
|
| 175 |
.js .loading::after {
|
| 176 |
content: '';
|
| 177 |
-
position: fixed;
|
| 178 |
z-index: 1000;
|
| 179 |
}
|
| 180 |
|
|
|
|
| 1 |
html, body {
|
| 2 |
--def: #fff;
|
| 3 |
--inv: #1d1d1d;
|
| 4 |
+
#min-height:100%;
|
| 5 |
#max-height:100%;
|
| 6 |
+
#height:100%;
|
| 7 |
background:#fff;
|
| 8 |
}
|
| 9 |
|
|
|
|
| 174 |
.js .loading::before,
|
| 175 |
.js .loading::after {
|
| 176 |
content: '';
|
| 177 |
+
#position: fixed;
|
| 178 |
z-index: 1000;
|
| 179 |
}
|
| 180 |
|