fix: mobile menu overlay z-index and add stats link on group page

This commit is contained in:
root
2026-05-07 12:00:45 +00:00
committed by Hermes Agent
parent d170c83b9e
commit 6394b1fe8c
2 changed files with 9 additions and 0 deletions
@@ -184,6 +184,14 @@
.nav-body.open {
display: flex;
position: fixed;
inset: 0;
z-index: 200;
background: linear-gradient(180deg, #0f1629 0%, #1a0a2e 100%);
padding-top: 4.5rem;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 1rem;
}
.nav-header {