diff options
| author | Frederick Muriuki Muriithi | 2025-12-08 13:27:20 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-08 14:00:49 -0600 |
| commit | 724746438f9a64cf6556dcc7266393ef68132f55 (patch) | |
| tree | 9461873bfcabfd5951622b4039c47759779f8fae /uploader/static/js | |
| parent | b348823f6e0215602f0901331b123a69ec056e8a (diff) | |
| download | gn-uploader-724746438f9a64cf6556dcc7266393ef68132f55.tar.gz | |
Implement streamlined UI for species.
Diffstat (limited to 'uploader/static/js')
| -rw-r--r-- | uploader/static/js/populations.js | 2 |
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, |
