mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Fix nav item background transparency & z position
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
text-align : center;
|
||||
text-transform : initial;
|
||||
flex-grow : 1;
|
||||
background-color: transparent;
|
||||
}
|
||||
.save-menu {
|
||||
.dropdown {
|
||||
|
||||
@@ -54,7 +54,7 @@ nav{
|
||||
.animate(background-color);
|
||||
padding : 8px 12px;
|
||||
cursor : pointer;
|
||||
// background-color : #333;
|
||||
background-color : #333;
|
||||
font-size : 10px;
|
||||
font-weight : 800;
|
||||
color : white;
|
||||
@@ -72,6 +72,7 @@ nav{
|
||||
}
|
||||
.navDropdownContainer{
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
.navDropdown {
|
||||
position : absolute;
|
||||
top : 28px;
|
||||
|
||||
Reference in New Issue
Block a user