diff --git a/site/src/layouts/Base.astro b/site/src/layouts/Base.astro index 85494f7..9c1f76a 100644 --- a/site/src/layouts/Base.astro +++ b/site/src/layouts/Base.astro @@ -138,8 +138,12 @@ try { /* ── Base reset ─────────────────────────────────────────────────────── */ * { box-sizing: border-box; } html { scroll-behavior: smooth; } - body { margin: 0; } + body { margin: 0; overflow-x: hidden; } .maplibregl-canvas { outline: none; } + + /* Nav links scroll horizontally on narrow screens without a scrollbar */ + .nav-links { scrollbar-width: none; -ms-overflow-style: none; } + .nav-links::-webkit-scrollbar { display: none; } -
- +
+ + BincioActivity {!isPublicPage && ( - <> + + )} -
+ +
{!isPublicPage && ( <>