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