Skip to content
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" style={{ maxHeight: '100vh', overflowY: 'auto' }}>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that scrollbar consumes some width from the actual sidebar, so a little of the border of the things inside are cut out as the image bellow:

Image

<ModelCatalogFilters />
</SidebarPanel>
<SidebarContent>
Expand Down
Loading