make dropdown menus appear above other elements on the page with a z-index

This commit is contained in:
Mark Otto
2011-09-08 23:08:38 -07:00
parent 1a8fb2dbf7
commit 3a99b98ad9
3 changed files with 4 additions and 2 deletions

3
bootstrap-1.3.0.css vendored
View File

@@ -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;