Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorBlake Embrey <hello@blakeembrey.com>2012-12-02 03:52:13 +0400
committerBlake Embrey <hello@blakeembrey.com>2012-12-02 03:53:05 +0400
commitfbec803b553c0b12a11ace0a48adfd8e4e129a8d (patch)
treecbb852f412cf049a48f0f418ca63107d23c99cb1 /less
parentbca3ff4ed6f42701ceae1405f518c35ec8c623be (diff)
Add relative positioning to .modal-body - Fixes #5991
Diffstat (limited to 'less')
-rw-r--r--less/modals.less1
1 files changed, 1 insertions, 0 deletions
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;