2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot
2015-03-03 05:01:43 +00:00
parent 200f6fb10d
commit c1005f5283
5 changed files with 39 additions and 29 deletions
+4 -2
View File
@@ -5730,7 +5730,7 @@ button.close {
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
@@ -5773,10 +5773,12 @@ button.close {
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: absolute;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {