1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

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 598f457d9b
commit 9d5ab486de

View file

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