Commit 0489c708 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic...

fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal right padding issues with scrollbars
parent 39791a8e
6 merge requests!5565Boostraptest,!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5326Replace watchr with node-supervisor,!5277Please delete,!5195Replace .remove() with .detach() in bootstrap-tooltip.js,!5042Pagination Javascript Component
Showing with 2 additions and 2 deletions
+2 -2
...@@ -4911,11 +4911,12 @@ input[type="submit"].btn.btn-mini { ...@@ -4911,11 +4911,12 @@ input[type="submit"].btn.btn-mini {
z-index: 1050; z-index: 1050;
width: 560px; width: 560px;
margin: -250px 0 0 -280px; margin: -250px 0 0 -280px;
overflow: auto;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999; *border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
z-index: @zindexModal; z-index: @zindexModal;
overflow: auto;
width: 560px; width: 560px;
margin: -250px 0 0 -280px; margin: -250px 0 0 -280px;
background-color: @white; background-color: @white;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment