about summary refs log tree commit diff
path: root/uploader/static/js
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-08 11:30:03 -0600
committerFrederick Muriuki Muriithi2025-12-08 11:42:31 -0600
commitfa43a6ed5eac43206926953fd4f122f5c63cece6 (patch)
tree111919fca7496dde68b36368156b0669b4c4d042 /uploader/static/js
parent9514647b70fe90a709b2881e50871a6e15f1236e (diff)
downloadgn-uploader-fa43a6ed5eac43206926953fd4f122f5c63cece6.tar.gz
Improve the streamlined UI for the index page.
Diffstat (limited to 'uploader/static/js')
-rw-r--r--uploader/static/js/species.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/static/js/species.js b/uploader/static/js/species.js
index d42e081..fb0d2d2 100644
--- a/uploader/static/js/species.js
+++ b/uploader/static/js/species.js
@@ -20,7 +20,7 @@ $(() => {
         {
             select: "single",
             paging: true,
-            scrollY: 700,
+            scrollY: 500,
             deferRender: true,
             scroller: true,
             scrollCollapse: true,