From 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 24 Sep 2012 23:19:33 -0700 Subject: reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53 --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/modals.less b/less/modals.less index 5f7b43ef6..b4862a1c2 100644 --- a/less/modals.less +++ b/less/modals.less @@ -5,7 +5,7 @@ // Recalculate z-index where appropriate, // but only apply to elements within modal -.modal-open .modal { +.modal-open { .dropdown-menu { z-index: @zindexDropdown + @zindexModal; } .dropdown.open { *z-index: @zindexDropdown + @zindexModal; } .popover { z-index: @zindexPopover + @zindexModal; } -- cgit v1.2.3