From 7ff35f48486278c4dd60fa7f8b74012b85fdc93e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 11 Oct 2014 22:33:35 +0200 Subject: [PATCH] Fixed positioning of post edit form --- public_html/css/post.css | 5 +++++ 1 file changed, 5 insertions(+) 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;