From c1005f52839f56a49fea68cede63f29b35d77641 Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Tue, 3 Mar 2015 05:01:43 +0000 Subject: automatic grunt dist --- dist/css/bootstrap.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3