diff options
author | zsloan | 2022-01-18 20:49:08 +0000 |
---|---|---|
committer | zsloan | 2022-01-27 13:45:09 -0600 |
commit | 2e4442e0d552200a79769680bdcd1dab9ae98078 (patch) | |
tree | 531e81f937d605805840892feb3b643bbda50982 /wqflask | |
parent | 978da92d6fdf6c1f3f9f4c56b963339725921248 (diff) | |
download | genenetwork2-2e4442e0d552200a79769680bdcd1dab9ae98078.tar.gz |
Increase Y of search result table to 1000px so more rows are visible without scrolling
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
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, |