From e3fb02475de1b3bf01f99e4604247c432933c308 Mon Sep 17 00:00:00 2001 From: Logan Wilt <91149982+MuchQuak@users.noreply.github.com> Date: Wed, 8 May 2024 11:00:38 -0700 Subject: [PATCH] Added Overflow Y, Altered layout so records are always visible (#1245) Adde3d overflow y because that was the only way to ensure the bottom of the container is always visible and also remove some information that was duplicated between to and bottom because both are now visible at the same time --- collections/editor/occurrencetabledisplay.php | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/collections/editor/occurrencetabledisplay.php b/collections/editor/occurrencetabledisplay.php index 7e5bbf710a..386839ec69 100644 --- a/collections/editor/occurrencetabledisplay.php +++ b/collections/editor/occurrencetabledisplay.php @@ -91,7 +91,7 @@ if(!is_numeric($occIndex)) $occIndex = 0; $recStart = floor($occIndex/$recLimit)*$recLimit; $recArr = $occManager->getOccurMap($recStart, $recLimit); - $navStr = '