fix(note_map): freezing the app if there are too many notes (closes #8916)

This commit is contained in:
Elian Doran
2026-04-10 20:13:00 +03:00
parent ee229bd0d7
commit 540b607459
3 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.note-detail-note-map {
height: 100%;
height: 100%;
overflow: hidden;
}
@@ -54,4 +54,4 @@
width: 10px;
}
/* End of styling the slider */
/* End of styling the slider */