Fix crumbs shadow over node tree
This commit is contained in:
parent
6a757c94b0
commit
d186489f28
@ -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…
Reference in New Issue
Block a user