From 7382394783a80f500098f077f6b137a396827d62 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 30 Aug 2023 09:58:53 +1000 Subject: [PATCH] Fixes #226 when the tree was longer than the page height --- public/css/fixes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/fixes.css b/public/css/fixes.css index 2918683..bd4748d 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -73,6 +73,10 @@ table.dataTable thead .sorting { @todo The unopened lazy branches off the tree are off by 5px. see *-cdl. below @todo The last node is missing some dots, connecting to the previous node */ +/* So our tree can be longer than the frame */ +.scrollbar-sidebar { + overflow: auto; +} /* Tree Placement */ #tree > ul { padding-left: 0;