]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add relative positioning to .modal-body - Fixes #5991 6097/head
authorBlake Embrey <hello@blakeembrey.com>
Sat, 1 Dec 2012 23:52:13 +0000 (09:52 +1000)
committerBlake Embrey <hello@blakeembrey.com>
Sat, 1 Dec 2012 23:53:05 +0000 (09:53 +1000)
less/modals.less

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