mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-05 11:35:10 -05:00
fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal right padding issues with scrollbars
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: @zindexModal;
|
||||
overflow: auto;
|
||||
width: 560px;
|
||||
margin: -250px 0 0 -280px;
|
||||
background-color: @white;
|
||||
|
||||
Reference in New Issue
Block a user