fix(ui): increase sticky nav top offset to clear site header
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 33s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m4s
Build and Push Docker Images / Build Integrator (push) Successful in 57s
Build and Push Docker Images / Build Kestra Init (push) Successful in 32s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

This commit is contained in:
2026-03-25 11:44:54 +00:00
parent 0f7c68c0c3
commit 2998ae2568

View File

@@ -120,7 +120,7 @@
/* ── Sticky Section Navigation ──────────────────────── */ /* ── Sticky Section Navigation ──────────────────────── */
.sectionNav { .sectionNav {
position: sticky; position: sticky;
top: 3rem; top: 3.5rem;
z-index: 10; z-index: 10;
background: var(--bg-card, white); background: var(--bg-card, white);
border: 1px solid var(--border-color, #e5dfd5); border: 1px solid var(--border-color, #e5dfd5);