diff options
| author | Mark Otto <[email protected]> | 2012-09-10 22:51:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-10 22:51:16 -0700 |
| commit | 0489c708c7104fffa7bddad18399f46db78e56fa (patch) | |
| tree | 638329b5583e85945627ffacb916c5580b2b847f /less | |
| parent | 39791a8ea8445932cebab737087da8710255556a (diff) | |
| download | bootstrap-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.less | 1 |
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; |
