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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-25 11:54:23 -07:00
parent c2d7e8b238
commit 32be9d7b94
1 changed files with 2 additions and 2 deletions

View File

@ -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;