Skip to content

Commit

Permalink
Fix collapse glitch on catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 16, 2023
1 parent a5b45ee commit 59895ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/catalog/Catalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Catalog(props: Props) {
helpIcon="sentimentSatisfied"
titleCollapseParams={{
"behavior": "collapses on scroll",
"scrollTopThreshold": 600,
"scrollTopThreshold": 650,
"scrollableElementRef": scrollableDivRef
}}
helpCollapseParams={{
Expand Down

0 comments on commit 59895ba

Please sign in to comment.