We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a8138 commit 30d393bCopy full SHA for 30d393b
packages/web/app/src/pages/target-traces.tsx
@@ -1278,7 +1278,7 @@ function TargetTracesPageContent(props: SortProps & PaginationProps & FilterProp
1278
}
1279
/>
1280
<SidebarProvider className="mt-4">
1281
- <Sidebar collapsible="none" className="bg-transparent">
+ <Sidebar collapsible="none" className="sticky top-4 bg-transparent">
1282
<SidebarContent>
1283
<Filters filter={props.filter} options={filterOptions} />
1284
</SidebarContent>
0 commit comments