aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 20:17:22 -0700
committerMark Otto <[email protected]>2014-06-10 20:17:22 -0700
commitc0e82accadea85094ef2f8b208975c449130f33f (patch)
tree775a1935e0be00a38f06542babf794f33559ee85 /dist/css/bootstrap.css
parent2fb31318d602c79978fa3493e246b3b53263d052 (diff)
downloadbootstrap-c0e82accadea85094ef2f8b208975c449130f33f.tar.xz
bootstrap-c0e82accadea85094ef2f8b208975c449130f33f.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 71f7e5509..1701df553 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5313,8 +5313,7 @@ button.close {
left: 0;
z-index: 1050;
display: none;
- overflow: auto;
- overflow-y: scroll;
+ overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
@@ -5331,6 +5330,10 @@ button.close {
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
+.modal-open .modal {
+ overflow-x: hidden;
+ overflow-y: auto;
+}
.modal-dialog {
position: relative;
width: auto;