diff --git a/server/shell.ts b/server/shell.ts index 38ec8df..75517ab 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -1327,7 +1327,7 @@ const SUBNAV_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 92px; + top: 128px; z-index: 100; margin-bottom: 4px; } @@ -1416,7 +1416,7 @@ const TABBAR_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 92px; + top: 128px; z-index: 100; } .rapp-tabbar::-webkit-scrollbar { display: none; }