Commit 11dd8649aeda2518bef83eb3b94678577bae1efa
1 parent
12bfbfe0
Exists in
master
and in
7 other branches
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 | 101 | box.style.width = i3GEO.parametros.w + "px"; |
102 | 102 | box.style.height = i3GEO.parametros.h + "px"; |
103 | 103 | box.style.display = "block"; |
104 | - box.style.zIndex = 6000; | |
104 | + box.style.zIndex = 2; | |
105 | 105 | } |
106 | 106 | catch(erro){i3GEO.janela.tempoMsg(erro);} |
107 | 107 | }, | ... | ... |