mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +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 {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
&.disabled {
|
||||
font-style:italic;
|
||||
font-style: italic;
|
||||
@@ -107,6 +108,8 @@
|
||||
}
|
||||
.navDropdown {
|
||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
|
||||
position:absolute;
|
||||
width:100%;
|
||||
.item {
|
||||
padding: 3px 3px;
|
||||
border-top: 1px solid rgb(118, 118, 118);
|
||||
|
||||
Reference in New Issue
Block a user