From cb40b3b001bd5101ee85f10a557ddbd7c1cfb2f3 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sat, 25 Sep 2010 15:54:27 +0000 Subject: [PATCH] Slight cosmetic fix in Machichara --- static/js/machichara/simple.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/machichara/simple.js b/static/js/machichara/simple.js index db1c96b..27d9e22 100644 --- a/static/js/machichara/simple.js +++ b/static/js/machichara/simple.js @@ -18,6 +18,7 @@ function simpleMachichara(imageUrl) { machicharaSimpleElement.style.position = isIe ? "absolute" : "fixed"; machicharaSimpleElement.style.top = "50%"; machicharaSimpleElement.style.left = "50%"; + machicharaSimpleElement.style.zIndex = 11; document.body.appendChild(machicharaSimpleElement); var machicharaSimpleImageElement = document.createElement("img"); machicharaSimpleImageElement.src = imageUrl;