mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 15:02:38 +00:00
set dropdown items to appear *over* subsequent items
change navdropdown items to position:absolute; so they appear *over* the next metadata items, rather than pushing them down when dropdown is open.
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
.navDropdownContainer {
|
.navDropdownContainer {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
&.disabled {
|
&.disabled {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@@ -107,6 +108,8 @@
|
|||||||
}
|
}
|
||||||
.navDropdown {
|
.navDropdown {
|
||||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
||||||
|
position:absolute;
|
||||||
|
width:100%;
|
||||||
.item {
|
.item {
|
||||||
padding: 3px 3px;
|
padding: 3px 3px;
|
||||||
border-top: 1px solid rgb(118, 118, 118);
|
border-top: 1px solid rgb(118, 118, 118);
|
||||||
|
|||||||
Reference in New Issue
Block a user