Display mobile menu above the supporter sidebar.

This commit is contained in:
Ben Sturmfels 2021-10-15 23:17:58 +11:00 committed by Bradley M. Kuhn
parent cdc05ffafd
commit f26c598c78

View file

@ -180,6 +180,8 @@ body > header {
/* Navigation bar */ /* Navigation bar */
#navbar-outer { #navbar-outer {
background: var(--navy); background: var(--navy);
position: relative;
z-index: 100;
} }
#navbar ul { #navbar ul {
list-style: none; list-style: none;