Skip to content

Commit be954a3

Browse files
committed
Made the divide line show when the side menu scrolls
1 parent be29115 commit be954a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ export function SideMenu({
139139
>
140140
<div
141141
className={cn(
142-
"flex items-center justify-between px-1 py-1 transition",
143-
showHeaderDivider ? " border-grid-bright" : "border-transparent"
142+
"flex items-center justify-between border-b px-1 py-1 transition duration-300",
143+
showHeaderDivider ? "border-grid-bright" : "border-transparent"
144144
)}
145145
>
146146
<ProjectSelector

0 commit comments

Comments
 (0)