fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal right padding issues with scrollbars

This commit is contained in:
Mark Otto 2012-09-10 22:51:16 -07:00
parent 39791a8ea8
commit 0489c708c7
2 changed files with 2 additions and 2 deletions

View File

@ -4911,11 +4911,12 @@ input[type="submit"].btn.btn-mini {
z-index: 1050;
width: 560px;
margin: -250px 0 0 -280px;
overflow: auto;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

View File

@ -36,7 +36,6 @@
top: 50%;
left: 50%;
z-index: @zindexModal;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: @white;