Skip to content

Commit 3bcd3c2

Browse files
Ensure community menu appears above platform switcher
1 parent 10ee8da commit 3bcd3c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

less/page-header.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
.page-header__community-links {
4242
opacity: 1;
4343
visibility: visible;
44-
z-index: 2;
4544
transform: scale(1);
4645
}
4746
}
@@ -151,3 +150,7 @@
151150
}
152151
}
153152
}
153+
154+
.platform-switcher {
155+
z-index: unset !important;
156+
}

0 commit comments

Comments
 (0)