aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-10 22:51:16 -0700
committerMark Otto <[email protected]>2012-09-10 22:51:16 -0700
commit0489c708c7104fffa7bddad18399f46db78e56fa (patch)
tree638329b5583e85945627ffacb916c5580b2b847f /less
parent39791a8ea8445932cebab737087da8710255556a (diff)
downloadbootstrap-0489c708c7104fffa7bddad18399f46db78e56fa.tar.xz
bootstrap-0489c708c7104fffa7bddad18399f46db78e56fa.zip
fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal right padding issues with scrollbars
Diffstat (limited to 'less')
-rw-r--r--less/modals.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index a0401c4d1..5f7b43ef6 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -36,7 +36,6 @@
top: 50%;
left: 50%;
z-index: @zindexModal;
- overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: @white;