0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 15:32:47 +00:00

Working dropdown component on the Share Page

This commit is contained in:
Trevor Buckner
2021-10-13 11:53:01 -04:00
parent 2b2869dc47
commit a695540f60
4 changed files with 74 additions and 80 deletions

View File

@@ -78,4 +78,23 @@ nav{
.navSection:last-child .navItem{
border-left : 1px solid #666;
}
.navDropdownContainer{
position: relative;
.navDropdown {
position : absolute;
top : 28px;
left : 0px;
z-index : 10000;
width : 100%;
.navItem{
position : relative;
display : block;
width : 100%;
vertical-align : middle;
padding : 8px 5px;
border : 1px solid #888;
border-bottom : 0;
}
}
}
}