diff --git a/app/components/Editor.js b/app/components/Editor.js index 22c5b9492..8d8ee91cc 100644 --- a/app/components/Editor.js +++ b/app/components/Editor.js @@ -98,7 +98,7 @@ const StyledEditor = styled(RichMarkdownEditor)` } .heading-name { - cursor: default; + pointer-events: none; } /* pseudo element allows us to add spacing for fixed header */ @@ -110,10 +110,6 @@ const StyledEditor = styled(RichMarkdownEditor)` margin: -72px 0 0; } - .heading-anchor { - margin-top: 72px !important; - } - .heading-name:first-child { & + h1, & + h2,