custom implementation of similar notes algorithm

This commit is contained in:
zadam
2020-09-15 22:46:51 +02:00
parent eeacd8118f
commit d345c4850f
6 changed files with 74 additions and 41 deletions

View File

@@ -36,6 +36,11 @@ const TPL = `
overflow: hidden;
text-overflow: ellipsis;
}
.note-path-list {
max-height: 600px;
overflow-y: auto;
}
</style>
<div class="current-path"></div>