diff options
author | zsloan | 2021-03-11 23:08:43 +0000 |
---|---|---|
committer | zsloan | 2021-03-11 23:08:43 +0000 |
commit | 814258b95436c5aabd76d932fde8386fea187e84 (patch) | |
tree | 5d1d36d9023da3375d294e5c1f3a31235ecceef7 | |
parent | 8d727b8de708e48b298f42c673f8e902ac3df6a4 (diff) | |
download | genenetwork2-814258b95436c5aabd76d932fde8386fea187e84.tar.gz |
Set scrollX in all cases so the adjustablee columns also work for shorter results that don't use Scroller (<20 results)
-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 973e9c23..b2820496 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -405,9 +405,9 @@ "autoWidth": false, "deferRender": true, "bSortClasses": false, + "scrollX": true, {% if trait_list|length > 20 %} "scrollY": "500px", - "scrollX": true, "scroller": true, "scrollCollapse": true, {% else %} |