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

View File

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