about summary refs log tree commit diff
path: root/uploader/static/js
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-08 13:27:20 -0600
committerFrederick Muriuki Muriithi2025-12-08 14:00:49 -0600
commit724746438f9a64cf6556dcc7266393ef68132f55 (patch)
tree9461873bfcabfd5951622b4039c47759779f8fae /uploader/static/js
parentb348823f6e0215602f0901331b123a69ec056e8a (diff)
downloadgn-uploader-724746438f9a64cf6556dcc7266393ef68132f55.tar.gz
Implement streamlined UI for species.
Diffstat (limited to 'uploader/static/js')
-rw-r--r--uploader/static/js/populations.js2
1 files changed, 1 insertions, 1 deletions
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,