mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 03:12:40 +00:00
Remove z-index to fix UserPage bug
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
}
|
||||
.recent.navItem {
|
||||
position : relative;
|
||||
z-index : 2;
|
||||
.dropdown{
|
||||
position : absolute;
|
||||
top : 28px;
|
||||
|
||||
@@ -72,7 +72,6 @@ nav{
|
||||
}
|
||||
.navDropdownContainer{
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
.navDropdown {
|
||||
position : absolute;
|
||||
top : 28px;
|
||||
|
||||
Reference in New Issue
Block a user