Fixed collapse state of website select.

This commit is contained in:
Mike Cao 2026-02-07 23:56:06 -08:00
parent 08e4da27c1
commit d26ed3b949
5 changed files with 48 additions and 15 deletions

View file

@ -55,6 +55,7 @@ export function WebsiteNav({
teamId={teamId}
onChange={handleChange}
buttonProps={{ style: { outline: 'none' } }}
isCollapsed={isCollapsed}
/>
</Box>
{items.map(({ label: sectionLabel, items: sectionItems }, index) => (

View file

@ -18,13 +18,6 @@ html[style*="padding-right"] {
padding-right: 0 !important;
}
a,
a:active,
a:hover {
color: var(--text-primary);
text-decoration: none;
}
::-webkit-scrollbar {
width: 15px;
background: transparent;