From 3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Sep 2011 23:08:38 -0700 Subject: make dropdown menus appear above other elements on the page with a z-index --- bootstrap-1.3.0.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.3.0.css') diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 25bffa3af..f0889f41a 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Sep 8 23:02:03 PDT 2011 + * Date: Thu Sep 8 23:07:35 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1442,6 +1442,7 @@ a.menu:after, .dropdown-toggle:after { display: none; position: absolute; top: 40px; + z-index: 1000; min-width: 160px; max-width: 220px; _width: 160px; -- cgit v1.2.3