Markup / scss refactor WIP

- Scroll on tree;
- Class renaming pane > l-pane;
- Refinements to collapsed state, WIP
This commit is contained in:
charlesh88
2018-08-15 18:05:44 -07:00
parent 1eaa568e04
commit 233c17e75b
3 changed files with 64 additions and 35 deletions

View File

@ -22,8 +22,12 @@
@import "~styles/sass-base";
.c-tree {
overflow-x: hidden;
overflow-y: auto;
height: 100%;
.c-tree {
display: none;
display: none; // Will be overridden when in an expanded tree node.
margin-left: 20px;
}