mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 21:42:44 +00:00
Remove z-index to fix UserPage bug
This commit is contained in:
@@ -85,7 +85,6 @@
|
|||||||
}
|
}
|
||||||
.recent.navItem {
|
.recent.navItem {
|
||||||
position : relative;
|
position : relative;
|
||||||
z-index : 2;
|
|
||||||
.dropdown{
|
.dropdown{
|
||||||
position : absolute;
|
position : absolute;
|
||||||
top : 28px;
|
top : 28px;
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ 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