Cosmetic fix in machichara

main
Inga 🏳‍🌈 14 years ago
parent cf5f6ee162
commit f1e3570aef
  1. 2
      static/js/machichara/simple.js

@ -10,7 +10,7 @@ function simpleMachicharaUpdate(element) {
function simpleMachichara(imageUrl) { function simpleMachichara(imageUrl) {
var machicharaSimpleElement = document.createElement("div"); var machicharaSimpleElement = document.createElement("div");
machicharaSimpleElement.zIndex = 1000; machicharaSimpleElement.zIndex = 1000;
machicharaSimpleElement.style.position = "absolute"; machicharaSimpleElement.style.position = "fixed";
machicharaSimpleElement.style.top = "50%"; machicharaSimpleElement.style.top = "50%";
machicharaSimpleElement.style.left = "50%"; machicharaSimpleElement.style.left = "50%";
document.body.appendChild(machicharaSimpleElement); document.body.appendChild(machicharaSimpleElement);

Loading…
Cancel
Save