Skip to content

Commit 30d393b

Browse files
committed
i got that sticky icky
1 parent c1a8138 commit 30d393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/app/src/pages/target-traces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ function TargetTracesPageContent(props: SortProps & PaginationProps & FilterProp
12781278
}
12791279
/>
12801280
<SidebarProvider className="mt-4">
1281-
<Sidebar collapsible="none" className="bg-transparent">
1281+
<Sidebar collapsible="none" className="sticky top-4 bg-transparent">
12821282
<SidebarContent>
12831283
<Filters filter={props.filter} options={filterOptions} />
12841284
</SidebarContent>

0 commit comments

Comments
 (0)