From e223847e8e0d98e48b541bb1339b98e0bdc5344e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 13 Nov 2014 20:17:34 +0100 Subject: [PATCH] Fixed post note z-index --- public_html/css/post.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/post.css b/public_html/css/post.css index 8e99bce9..07b015e3 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -223,6 +223,7 @@ .post-note .text-wrapper { position: absolute; display: none; + z-index: 10; top: calc(100%); left: -1px; padding-top: 0.5em;