rahuln2002 commited on
Commit
de72f76
·
verified ·
1 Parent(s): 08b129e

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +2 -1
static/style.css CHANGED
@@ -10,8 +10,9 @@ body {
10
  display: flex;
11
  justify-content: center;
12
  align-items: center;
13
- height: 100vh;
14
  padding: 20px;
 
 
15
  }
16
 
17
  .container {
 
10
  display: flex;
11
  justify-content: center;
12
  align-items: center;
 
13
  padding: 20px;
14
+ min-height: 100vh;
15
+ overflow-y: auto;
16
  }
17
 
18
  .container {