Small fixes.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-10-17 16:54:33 -07:00
parent 40492ec7c4
commit bcafa12349
8 changed files with 22 additions and 27 deletions

View file

@ -161,7 +161,7 @@ export function WebsiteNav({
.find(({ path }) => path && pathname.endsWith(path.split('?')[0]))?.id;
return (
<Column padding="3" gap>
<Column padding="3" position="sticky" top="0" gap>
<WebsiteSelect
websiteId={websiteId}
teamId={teamId}