From 53c80ed9cbeff8a3c58abe0f824ff68ef56d617a Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 13:40:28 -0700 Subject: add comment addressing #9023 --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2639bb9a9..00c2f888d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4207,12 +4207,12 @@ button.close { } .modal-backdrop { - position: fixed; + position: absolute; top: 0; right: 0; - bottom: 0; left: 0; z-index: 1030; + height: 100%; background-color: #000000; } -- cgit v1.2.3