diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index 33dd4fe12f..5294ac2939 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -514,7 +514,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone { top: 0; left: 0; right: 0; - bottom: 0; + bottom: 100px; background-image: linear-gradient(180deg,rgba(0,0,0,.2),transparent 40%,transparent); transition: all .1s ease-in; opacity: 0;