diff --git a/memento-note/components/document-qa-overlay.tsx b/memento-note/components/document-qa-overlay.tsx index ea3e8a2..eac12ca 100644 --- a/memento-note/components/document-qa-overlay.tsx +++ b/memento-note/components/document-qa-overlay.tsx @@ -86,7 +86,10 @@ export function DocumentQAOverlay({ attachment, noteId, noteContent, onClose, on } return ( -
+
e.stopPropagation()} + className="fixed inset-0 z-[100] flex items-center justify-center p-6 bg-black/40 backdrop-blur-sm" + >
{/* Left: PDF Preview */}
diff --git a/memento-note/components/note-graph-view.tsx b/memento-note/components/note-graph-view.tsx index 4f470b6..fe8d9b4 100644 --- a/memento-note/components/note-graph-view.tsx +++ b/memento-note/components/note-graph-view.tsx @@ -482,7 +482,7 @@ export function NoteGraphView({ embedded = false }: { embedded?: boolean }) { {/* Zoom to fit */} {!loading && graphData.nodes.length > 0 && (