From 32be9d7b9497db5e6a4e9e8945d0a606306e1673 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Mar 2026 11:54:23 -0700 Subject: [PATCH] fix(ui): bump subnav sticky top to avoid header overlap Increase .rapp-subnav top from 92px to 93px so pill buttons don't clip under the fixed header + tab-row border. Co-Authored-By: Claude Opus 4.6 --- server/shell.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/shell.ts b/server/shell.ts index 476315b..0782ed9 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -1856,7 +1856,7 @@ const SUBNAV_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 92px; + top: 93px; z-index: 100; } .rapp-subnav::-webkit-scrollbar { display: none; } @@ -1956,7 +1956,7 @@ const TABBAR_CSS = ` z-index: 100; } .rapp-tabbar::-webkit-scrollbar { display: none; } -.rapp-subnav + .rapp-tabbar { top: 129px; } +.rapp-subnav + .rapp-tabbar { top: 130px; } @media (max-width: 640px) { .rapp-tabbar { position: relative;