aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-06-13 21:02:24 +0000
committerzsloan2022-06-13 21:03:28 +0000
commitbc6dbb85e1283faed1e10f96d1ab9da5f064d3ba (patch)
tree48d9085dad69149626fefcf1116a271329e1f886
parent452fe67731d4e7935992eb84ac22af7e1f786678 (diff)
downloadgenenetwork2-bc6dbb85e1283faed1e10f96d1ab9da5f064d3ba.tar.gz
Increase width threshold for using scroller, to prevent issue with blue lines at bottom of table
-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 802e5362..8eaf5f91 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -464,7 +464,7 @@
"bSortClasses": false,
"scrollY": "1000px",
"scrollCollapse": true,
- {% if trait_list|length > 5 %}
+ {% if trait_list|length > 10 %}
"scroller": true,
{% endif %}
"iDisplayLength": -1,