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;