From 2e4442e0d552200a79769680bdcd1dab9ae98078 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 18 Jan 2022 20:49:08 +0000 Subject: Increase Y of search result table to 1000px so more rows are visible without scrolling --- wqflask/wqflask/templates/search_result_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3