Style file tree sidebar
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
:host {
|
||||
display: block;
|
||||
border-radius: var(--mat-sidenav-container-shape);
|
||||
padding: var(--mat-sidenav-container-shape);
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
transition: background-color 100ms linear;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.mat-tree {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user