From: Blake Embrey Date: Sat, 1 Dec 2012 23:52:13 +0000 (+1000) Subject: Add relative positioning to .modal-body - Fixes #5991 X-Git-Tag: v2.2.2~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6097%2Fhead;p=thirdparty%2Fbootstrap.git Add relative positioning to .modal-body - Fixes #5991 --- diff --git a/less/modals.less b/less/modals.less index fbc4859088..8e272d409f 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;