Fixes #226 when the tree was longer than the page height

This commit is contained in:
Deon George 2023-08-30 09:58:53 +10:00
parent 8b72933be2
commit 7382394783
1 changed files with 4 additions and 0 deletions

View File

@ -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;