feat: add file tree breadcrumb (#40)

This commit is contained in:
Dominic Elm
2024-08-20 18:35:44 +02:00
committed by GitHub
parent f55b4e5ab9
commit fcfef742d5
7 changed files with 863 additions and 25 deletions

View File

@@ -24,6 +24,10 @@ $zIndexMax: 999;
z-index: 3;
}
.z-file-tree-breadcrumb {
z-index: $zIndexMax - 1;
}
.z-max {
z-index: $zIndexMax;
}