Tree expansion and keyboard navigation works
This commit is contained in:
parent
23307d7967
commit
dd27be67b9
7 changed files with 433 additions and 13 deletions
|
|
@ -17,6 +17,11 @@ html {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
/*
|
||||
#tree-native {
|
||||
grid-area: tree;
|
||||
}
|
||||
*/
|
||||
#tree {
|
||||
grid-area: tree;
|
||||
padding: 16px 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue