💄 the page hovers over the editor.

This commit is contained in:
TC
2026-06-12 12:29:35 +10:00
parent 161a1093e8
commit 1bd4061ac3
7 changed files with 30 additions and 7 deletions

View File

@@ -225,6 +225,7 @@ export default function App(): JSX.Element {
<>
<AnalysisToolbar />
<div className="editor-body">
<div className="page-backdrop" />
<DocumentOutline />
<MarkdownEditor />
</div>