meg HF Staff commited on
Commit
84a06cd
·
verified ·
1 Parent(s): 78f4eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,7 @@ li {
11
  }
12
 
13
  html, body {
 
14
  overflow: scroll;
15
  }
16
 
@@ -20,7 +21,6 @@ video {
20
 
21
  .container {
22
  height: initial;
23
- overflow: scroll;
24
  }
25
 
26
 
 
11
  }
12
 
13
  html, body {
14
+ max-height: auto;
15
  overflow: scroll;
16
  }
17
 
 
21
 
22
  .container {
23
  height: initial;
 
24
  }
25
 
26