Koenig - Prevent rendered MD links being clickable

refs https://github.com/TryGhost/Ghost/issues/9623
- add an overlay to the rendered MD card so that links aren't clickable
This commit is contained in:
Kevin Ansfield 2018-06-20 12:43:51 +01:00
parent bd27295ede
commit 2fd9b79102

View File

@ -86,5 +86,6 @@
{{/gh-editor}}
{{else}}
{{renderedMarkdown}}
<div class="absolute absolute--fill z-999"></div>
{{/if}}
{{/koenig-card}}