fix(mobile): fixed tree overflowing container

This commit is contained in:
Elian Doran
2026-02-04 18:53:32 +02:00
parent 8aa4a97480
commit b097f9dc21

View File

@@ -12,6 +12,7 @@
.fixed-note-tree-container {
height: 60%;
border-bottom: 1px solid var(--main-border-color);
overflow: auto;
.tree-wrapper {
padding: 0;