From fb4b31bd379248e66acb5d2e801dc22775121c2b Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 16 Nov 2014 09:42:54 +0100 Subject: [PATCH] Fixed post note being shown on top of edit form --- 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 07b015e3..11993247 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -223,7 +223,7 @@ .post-note .text-wrapper { position: absolute; display: none; - z-index: 10; + z-index: 1; top: calc(100%); left: -1px; padding-top: 0.5em;