Spaces:
Runtime error
Runtime error
Update static/css/style.css
Browse files- static/css/style.css +2 -1
static/css/style.css
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
html, body {
|
2 |
--def: #fff;
|
3 |
--inv: #1d1d1d;
|
4 |
-
|
|
|
5 |
#max-height:100%;
|
6 |
#height:100%;
|
7 |
background:#fff;
|
|
|
1 |
html, body {
|
2 |
--def: #fff;
|
3 |
--inv: #1d1d1d;
|
4 |
+
min-height:100vh;
|
5 |
+
position:absolute;
|
6 |
#max-height:100%;
|
7 |
#height:100%;
|
8 |
background:#fff;
|