Upload index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -241,7 +241,7 @@
|
|
241 |
}
|
242 |
|
243 |
#doc-list {
|
244 |
-
max-height:
|
245 |
overflow-y: auto;
|
246 |
}
|
247 |
|
@@ -250,7 +250,7 @@
|
|
250 |
padding-top: 15px;
|
251 |
padding-bottom: 15px;
|
252 |
margin-bottom: 15px;
|
253 |
-
max-height:
|
254 |
overflow-y: auto;
|
255 |
}
|
256 |
|
|
|
241 |
}
|
242 |
|
243 |
#doc-list {
|
244 |
+
max-height: 80%;
|
245 |
overflow-y: auto;
|
246 |
}
|
247 |
|
|
|
250 |
padding-top: 15px;
|
251 |
padding-bottom: 15px;
|
252 |
margin-bottom: 15px;
|
253 |
+
max-height: 70%;
|
254 |
overflow-y: auto;
|
255 |
}
|
256 |
|