diff options
| author | Mark Otto <[email protected]> | 2012-12-01 17:45:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-01 17:45:33 -0800 |
| commit | dbb244cb97d8bdd1dc765a573aa9a77005f25e86 (patch) | |
| tree | cbb852f412cf049a48f0f418ca63107d23c99cb1 | |
| parent | bca3ff4ed6f42701ceae1405f518c35ec8c623be (diff) | |
| parent | fbec803b553c0b12a11ace0a48adfd8e4e129a8d (diff) | |
| download | bootstrap-dbb244cb97d8bdd1dc765a573aa9a77005f25e86.tar.xz bootstrap-dbb244cb97d8bdd1dc765a573aa9a77005f25e86.zip | |
Merge pull request #6097 from blakeembrey/modal-body-relative
Add relative positioning to .modal-body
| -rw-r--r-- | less/modals.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index fbc485908..8e272d409 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; |
