mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 22:28:13 +00:00
Markup / scss refactor WIP
- Scroll on tree; - Class renaming pane > l-pane; - Refinements to collapsed state, WIP
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user