From 533b17f7882e2364cd46070c6da9225af4db0fb3 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 25 Dec 2013 16:26:24 +0100 Subject: [PATCH] post-hover.js: overlay previewed posts over quick-reply window --- js/post-hover.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/post-hover.js b/js/post-hover.js index 23fda26c..40ef31df 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -68,6 +68,7 @@ onready(function(){ .css('border-style', 'solid') .css('box-shadow', '1px 1px 1px #999') .css('display', 'block') + .css('z-index', '100') .addClass('reply').addClass('post') .insertAfter($link.parent()) $link.trigger('mousemove');