diff --git a/assets/css/general.css b/assets/css/general.css index cb66b861..cd82e5be 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -250,4 +250,8 @@ color: #ffffff; .dxatlasdatepicker { padding-right: 0; padding-left: 0; +} +.modal-body { + max-height: calc(100vh - 200px); + overflow-y: auto; } \ No newline at end of file