mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
make dropdown menus appear above other elements on the page with a z-index
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user