0
0
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:
G.Ambatte
2023-04-10 10:17:15 +12:00
parent 0aac08f276
commit 4ddee3c2f1
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -72,7 +72,6 @@ nav{
} }
.navDropdownContainer{ .navDropdownContainer{
position: relative; position: relative;
z-index: 2;
.navDropdown { .navDropdown {
position : absolute; position : absolute;
top : 28px; top : 28px;