From b097f9dc21c8ece1bcef912b6ac4ada2f71e052b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 4 Feb 2026 18:53:32 +0200 Subject: [PATCH] fix(mobile): fixed tree overflowing container --- apps/client/src/widgets/NoteDetail.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/NoteDetail.css b/apps/client/src/widgets/NoteDetail.css index 0f6cdbfb03..b07c6aa061 100644 --- a/apps/client/src/widgets/NoteDetail.css +++ b/apps/client/src/widgets/NoteDetail.css @@ -12,6 +12,7 @@ .fixed-note-tree-container { height: 60%; border-bottom: 1px solid var(--main-border-color); + overflow: auto; .tree-wrapper { padding: 0;