diff --git a/mapero.php b/mapero.php index 483cbea..a4870a8 100644 --- a/mapero.php +++ b/mapero.php @@ -38,8 +38,6 @@ $plantilla ="mapa"; - - @@ -158,25 +156,15 @@ $ids = json_decode($otro_json[0]); } - -.modal-dialog { - width: 95% !important; - height: auto; - padding: 0; -} -.modal-lg { - width: 95% !important; - height: auto; +.modal-dialog { + width: 70%; + height: 50%; padding: 0; } .modal-content { - height: auto; -} -.modal-body { - max-height: calc(100vh - 100px); - overflow-y: auto; + height: 50%; } ::-webkit-scrollbar { @@ -209,28 +197,6 @@ $ids = json_decode($otro_json[0]); echo $css_adicional; ?> - - -