diff options
| author | Mark Otto <[email protected]> | 2011-09-08 23:08:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 23:08:38 -0700 |
| commit | 3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6 (patch) | |
| tree | 6978698825db731974c14f0c6d2816016e8aed00 /bootstrap-1.3.0.css | |
| parent | 1a8fb2dbf76b19c899ff8ae73a87c3727c1113cf (diff) | |
| download | bootstrap-3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6.tar.xz bootstrap-3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6.zip | |
make dropdown menus appear above other elements on the page with a z-index
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
