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

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