feat(nav): Add dropdown menu
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
z-index: @zindex-dropdown;
|
||||
display: none; // none by default, but block on "open" of the menu
|
||||
float: left;
|
||||
min-width: 160px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0; // override default ul
|
||||
list-style: none;
|
||||
|
Reference in New Issue
Block a user