Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -62,8 +62,9 @@
|
|
62 |
|
63 |
#episodes-container {
|
64 |
max-height: 500px;
|
65 |
-
width:
|
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;
|