qhrong commited on
Commit
745401d
·
verified ·
1 Parent(s): 34969e9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -62,8 +62,9 @@
62
 
63
  #episodes-container {
64
  max-height: 500px;
65
- width: 120px;
66
  overflow-y: auto;
 
67
  border: 1px solid #ccc;
68
  border-radius: 5px;
69
  background-color: #222;
 
62
 
63
  #episodes-container {
64
  max-height: 500px;
65
+ width: 200px;
66
  overflow-y: auto;
67
+ overflow-x: hidden;
68
  border: 1px solid #ccc;
69
  border-radius: 5px;
70
  background-color: #222;