Commit 11dd8649aeda2518bef83eb3b94678577bae1efa

Authored by Edmar Moretti
1 parent 12bfbfe0

Correção na ferramenta de alteração do tamanho

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/opcoes_tamanho/index.js
@@ -101,7 +101,7 @@ i3GEOF.opcoesTamanho = { @@ -101,7 +101,7 @@ i3GEOF.opcoesTamanho = {
101 box.style.width = i3GEO.parametros.w + "px"; 101 box.style.width = i3GEO.parametros.w + "px";
102 box.style.height = i3GEO.parametros.h + "px"; 102 box.style.height = i3GEO.parametros.h + "px";
103 box.style.display = "block"; 103 box.style.display = "block";
104 - box.style.zIndex = 6000; 104 + box.style.zIndex = 2;
105 } 105 }
106 catch(erro){i3GEO.janela.tempoMsg(erro);} 106 catch(erro){i3GEO.janela.tempoMsg(erro);}
107 }, 107 },