diff --git a/less/modals.less b/less/modals.less index fbc48590883fa51cd24d6aa78353b8d8ccd1018f..8e272d409fa747a5f5cd666654b69aedf6e84563 100644 --- a/less/modals.less +++ b/less/modals.less @@ -58,6 +58,7 @@ // Body (where all modal content resides) .modal-body { + position: relative; overflow-y: auto; max-height: 400px; padding: 15px;