]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal...
authorMark Otto <markotto@twitter.com>
Tue, 11 Sep 2012 05:51:16 +0000 (22:51 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 11 Sep 2012 05:51:16 +0000 (22:51 -0700)
docs/assets/css/bootstrap.css
less/modals.less

index 2e9734cf51c1b7e8b404b1e877281adf0a0f6034..37700b36caf6604b31efe931a483747249b500fb 100644 (file)
@@ -4911,11 +4911,12 @@ input[type="submit"].btn.btn-mini {
   z-index: 1050;
   width: 560px;
   margin: -250px 0 0 -280px;
-  overflow: auto;
   background-color: #ffffff;
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.3);
   *border: 1px solid #999;
+  /* IE6-7 */
+
   -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
           border-radius: 6px;
index a0401c4d11f50aa2d6d27c2d7981e8fddc367010..5f7b43ef6468942f82fd9c2e195ff15ebfef2ad3 100644 (file)
@@ -36,7 +36,6 @@
   top: 50%;
   left: 50%;
   z-index: @zindexModal;
-  overflow: auto;
   width: 560px;
   margin: -250px 0 0 -280px;
   background-color: @white;