diff --git a/assets/css/general.css b/assets/css/general.css index 77f5e3a8..6d803c75 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -242,4 +242,9 @@ color: #ffffff; .was-map-dialog .modal-dialog { max-width: 73% !important; } - } \ No newline at end of file + } + +.modal-body { + max-height: calc(100vh - 200px); + overflow-y: auto; +} \ No newline at end of file