diff --git a/apps/client/src/widgets/collections/NoteList.tsx b/apps/client/src/widgets/collections/NoteList.tsx index 9d9f772c4..3aec82d99 100644 --- a/apps/client/src/widgets/collections/NoteList.tsx +++ b/apps/client/src/widgets/collections/NoteList.tsx @@ -17,9 +17,10 @@ export default function NoteList({ note: providedNote, highlightedTokens }: Note const viewType = useNoteViewType(note); const noteIds = useNoteIds(note, viewType); const isEnabled = (note && !!viewType); + const isFullHeight = (viewType !== "list" && viewType !== "grid"); return ( -