Fix crumbs shadow over node tree
This commit is contained in:
parent
6a757c94b0
commit
d186489f28
2 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,7 @@ header .menu {
|
|||
padding: 16px;
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
z-index: 100;
|
||||
}
|
||||
#tree .node {
|
||||
display: grid;
|
||||
|
|
|
@ -227,6 +227,7 @@ header {
|
|||
padding: 16px;
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
z-index: 100; // Over crumbs shadow
|
||||
|
||||
.node {
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Reference in a new issue