aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-01-18 20:49:08 +0000
committerzsloan2022-01-27 13:45:09 -0600
commit2e4442e0d552200a79769680bdcd1dab9ae98078 (patch)
tree531e81f937d605805840892feb3b643bbda50982
parent978da92d6fdf6c1f3f9f4c56b963339725921248 (diff)
downloadgenenetwork2-2e4442e0d552200a79769680bdcd1dab9ae98078.tar.gz
Increase Y of search result table to 1000px so more rows are visible without scrolling
-rw-r--r--wqflask/wqflask/templates/search_result_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index f73cba17..5e111882 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -447,7 +447,7 @@
"destroy": true,
"autoWidth": false,
"bSortClasses": false,
- "scrollY": "500px",
+ "scrollY": "1000px",
"scrollCollapse": true,
{% if trait_list|length > 5 %}
"scroller": true,