diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index 0e5fe8d7ec..e168cc0a39 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -380,7 +380,7 @@ /* ensure there's no flash of unstyled textarea while initializing */ .gh-markdown-editor textarea { - visibility: hidden; + opacity: 0; } .gh-editor-title {