From bb44ffde430788daf4558e2355f27bc2cf17448d Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 25 Oct 2014 11:40:34 +0200 Subject: [PATCH] Fixed post edit form z-index --- public_html/css/post.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/post.css b/public_html/css/post.css index 653b2c95..3f3f8cce 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -150,7 +150,7 @@ 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; + z-index: 1; display: none; } #post-view>* {