From 0ad24f1a7500a105d8413c01c58db22ae618839c Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 02:29:40 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/static/app.css b/web/static/app.css index 2d25e6c..2f0afb6 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -87,6 +87,15 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono .topbar-wrap{ border-bottom:1px solid var(--border); background:#f8fafc; + position: sticky; + top: 0; + z-index: 1000; /* stay above menus/content */ +} + +/* optional: add a shadow when scrolled */ +.topbar-wrap.is-scrolled{ + box-shadow: 0 4px 16px rgba(0,0,0,.08); + border-bottom-color: transparent; } .topbar{ max-width:1100px;margin:0 auto;padding:14px 16px;