From bc6dbb85e1283faed1e10f96d1ab9da5f064d3ba Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 13 Jun 2022 21:02:24 +0000 Subject: Increase width threshold for using scroller, to prevent issue with blue lines at bottom of table --- wqflask/wqflask/templates/search_result_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') 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, -- cgit v1.2.3