Fix crumbs shadow over node tree

This commit is contained in:
Magnus Åhall 2024-04-05 09:31:41 +02:00
parent 6a757c94b0
commit d186489f28
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ header .menu {
padding: 16px; padding: 16px;
background-color: #333; background-color: #333;
color: #ddd; color: #ddd;
z-index: 100;
} }
#tree .node { #tree .node {
display: grid; display: grid;

View File

@ -227,6 +227,7 @@ header {
padding: 16px; padding: 16px;
background-color: #333; background-color: #333;
color: #ddd; color: #ddd;
z-index: 100; // Over crumbs shadow
.node { .node {
display: grid; display: grid;