diff --git a/public_html/css/post.css b/public_html/css/post.css index 56fb2bfe..817769b6 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -141,8 +141,13 @@ padding: 1em; position: absolute; background: rgba(255, 255, 255, 0.8); + box-shadow: 0 0 1em 0.5em rgba(255, 255, 255, 0.8); + z-index: 0; display: none; } +#post-view>* { + z-index: -1; +} #post-view-wrapper .post-edit-wrapper .file-handler { margin: 0.5em 0;