0
0
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:
Gazook89
2022-03-11 23:16:08 -06:00
parent 3a82e2a24b
commit a6ede58d8e

View File

@@ -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);