From cfbf7767db323c0338c50fafd9f900c751d3da48 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Mon, 23 Mar 2026 11:41:03 -0400 Subject: [PATCH] Hide editor buttons in popover --- quartz/components/Editor.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/components/Editor.tsx b/quartz/components/Editor.tsx index c9637b6..231e699 100644 --- a/quartz/components/Editor.tsx +++ b/quartz/components/Editor.tsx @@ -92,6 +92,10 @@ Editor.css = ` z-index: 999; } + .popover-inner .editor-container { + display: none; + } + .fab { width: 3.5rem; height: 3.5rem;