make dropdown menus appear above other elements on the page with a z-index
This commit is contained in:
parent
1a8fb2dbf7
commit
3a99b98ad9
3 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue