From 05939fb1742df401d6f0779300bd0d4794f3dcd7 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 24 Oct 2023 17:39:02 +0000 Subject: Prevent search result table from having the scroll bar not be visible at the edge of the browser window --- wqflask/wqflask/templates/search_result_page.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 7704f39b..cade198a 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -132,8 +132,8 @@ {% endif %} {% endif %} -
Loading... |
@@ -433,7 +433,8 @@
"autoWidth": true,
{% if trait_list|length > 10 %}
"scrollY": "1000px",
- "scroller": true
+ "scroller": true,
+ "scrollCollapse":true
{% else %}
"scroller": false
{% endif %}
--
cgit v1.2.3