From 6304fe96fc410fa6e3ccaf55bf695cebb219b9d0 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Feb 2016 11:44:16 -0500 Subject: [PATCH] change z index --- web/chunkymap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/chunkymap.php b/web/chunkymap.php index 34d784a..8ca1f62 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -541,7 +541,7 @@ function echo_chunkymap_table() { $zoomed_head_h=$character_icon_h;//(int)((float)$character_icon_h*$scale+.5); $rel_x -= (int)($zoomed_head_w/2); $rel_z -= (int)($zoomed_head_h/2); - $img_style="position:absolute; "; + $img_style="position:absolute; z-index:999; "; if (!$is_expired) { if ($is_idle) { $img_style.="opacity: 0.4; filter: alpha(opacity=40);"; //filter is for IE8 and below