datien228 commited on
Commit
9c3ec8f
·
1 Parent(s): 4e90b18

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. 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
- #min-height:100%;
 
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;