Fixes #226 when the tree was longer than the page height
This commit is contained in:
parent
8b72933be2
commit
7382394783
4
public/css/fixes.css
vendored
4
public/css/fixes.css
vendored
@ -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 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
|
@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 Placement */
|
||||||
#tree > ul {
|
#tree > ul {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user