From 5aa4c5cb0c1b8bed3a4bb6b6a867f48b4a59f2fb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 20:04:10 -0700 Subject: fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c8ff1ff18..71768f9a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5933,6 +5933,7 @@ button.close { } .modal-dialog { + position: relative; z-index: 1050; width: auto; padding: 10px; -- cgit v1.2.3