diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-03 05:01:43 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-03 05:01:43 +0000 |
| commit | c1005f52839f56a49fea68cede63f29b35d77641 (patch) | |
| tree | 4ace6aeee1b2330655d958b8688650b2334255f6 /dist/css/bootstrap.css | |
| parent | 200f6fb10d1b41db80fe0750c13eac4157a9149f (diff) | |
| download | bootstrap-c1005f52839f56a49fea68cede63f29b35d77641.tar.xz bootstrap-c1005f52839f56a49fea68cede63f29b35d77641.zip | |
automatic grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c58f603df..9d335e802 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { |
