From 7af4a4cfa1684eaf0a3d3e822f5a1171424b4295 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Sep 2011 13:32:46 -0700 Subject: really make modals cover topbars and not cover the modal itself --- lib/patterns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/patterns.less') diff --git a/lib/patterns.less b/lib/patterns.less index 68e9b3190..82b7790b7 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -747,7 +747,7 @@ input[type=submit].btn { position: fixed; top: 50%; left: 50%; - z-index: 2000; + z-index: 11000; width: 560px; margin: -250px 0 0 -250px; background-color: @white; -- cgit v1.2.3