Commit 934d8a2f974ce18a9b9a6272e785e1369792411c
1 parent
1d6a3025
Exists in
master
and in
7 other branches
exemplo de painel baseado em um mapa salvo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
exemplos/painel1.htm
... | ... | @@ -18,10 +18,10 @@ |
18 | 18 | </div> |
19 | 19 | </div> |
20 | 20 | <div id="graficoi5004" style="top:20px;visibility: hidden;position:absolute;width:500px;left:720px;box-shadow:2px 1px 5px 1px lightgray;"> |
21 | - <div id="graficoi5004_corpo" style="width:500px;height:300px;"></div> | |
21 | + <div id="graficoi5004_corpo" style="overflow:auto;width:500px;height:300px;"></div> | |
22 | 22 | </div> |
23 | 23 | <div id="graficoi446834" style="top:350px;visibility: hidden;position:absolute;width:500px;left:720px;box-shadow:2px 1px 5px 1px lightgray;"> |
24 | - <div id="graficoi446834_corpo" style="width:500px;height:300px;"></div> | |
24 | + <div id="graficoi446834_corpo" style="overflow:auto;width:500px;height:300px;"></div> | |
25 | 25 | </div> |
26 | 26 | <style> |
27 | 27 | #menuSuspenso .bd{ | ... | ... |