Skip to content

Commit

Permalink
make dropdown menus appear above other elements on the page with a z-…
Browse files Browse the repository at this point in the history
…index
  • Loading branch information
mdo committed Sep 9, 2011
1 parent 1a8fb2d commit 3a99b98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bootstrap-1.3.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.3.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/patterns.less
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ a.menu:after,
display: none; // None by default, but block on "open" of the menu
position: absolute;
top: 40px;
z-index: 900;
min-width: 160px;
max-width: 220px;
_width: 160px;
Expand Down

0 comments on commit 3a99b98

Please sign in to comment.