From 724746438f9a64cf6556dcc7266393ef68132f55 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 8 Dec 2025 13:27:20 -0600 Subject: Implement streamlined UI for species. --- uploader/static/js/populations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/static/js/populations.js') diff --git a/uploader/static/js/populations.js b/uploader/static/js/populations.js index 89ededa..111ebb7 100644 --- a/uploader/static/js/populations.js +++ b/uploader/static/js/populations.js @@ -22,7 +22,7 @@ $(() => { { select: "single", paging: true, - scrollY: 700, + scrollY: 500, deferRender: true, scroller: true, scrollCollapse: true, -- cgit 1.4.1