[WEB-2278] dev: scroll area enhancement (#6612)
* chore: radix-ui react-scroll-area added to plane ui package * chore: scrollbar color token added to tailwind config * dev: scroll area component * chore-scroll-area-component-improvement * fix: build error * chore: code refactor
This commit is contained in:
parent
54bdd62d0c
commit
075eefe1a5
6 changed files with 102 additions and 29 deletions
|
|
@ -154,7 +154,7 @@ export const ProjectNavigation: FC<TProjectItemsProps> = observer((props) => {
|
|||
<SidebarNavItem
|
||||
className={`pl-[18px] ${isSidebarCollapsed ? "p-0 size-7 justify-center mx-auto" : ""}`}
|
||||
isActive={
|
||||
item.key === "issues"
|
||||
item.i18n_key === "sidebar.work_items"
|
||||
? pathname.includes(item.href) || pathname.includes(`/${workspaceSlug}/browse/`)
|
||||
: pathname.includes(item.href)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue