Skip to content
2 changes: 1 addition & 1 deletion clients/ui/frontend/src/app/pages/modelCatalog/screens/ModelCatalog.tsx
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ModelCatalog: React.FC = () => {
provideChildrenPadding
>
<Sidebar hasBorder hasGutter>
<SidebarPanel>
<SidebarPanel variant="sticky">
<ModelCatalogFilters />
</SidebarPanel>
<SidebarContent>
Expand Down
Loading