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 --- less/modals.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/modals.less b/less/modals.less index 776073d57..99cf76469 100644 --- a/less/modals.less +++ b/less/modals.less @@ -34,6 +34,7 @@ // Shell div to position the modal with bottom padding .modal-dialog { + position: relative; margin-left: auto; margin-right: auto; width: auto; -- cgit v1.2.3