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