v0.5.12: header sticky + синяя линия обратно

This commit is contained in:
2026-08-03 09:05:47 +04:00
parent b8939ea149
commit fa74edf076
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -37,8 +37,11 @@ body {
/* ── Header ── */
.header {
background: var(--bg);
border-bottom: 4px solid var(--brand-primary);
padding: 16px 24px 12px;
margin-bottom: 24px;
position: sticky;
top: 0;
z-index: 100;
}
.header-top {