Skip to content

Commit

Permalink
scrolling works on integrations page
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 5, 2024
1 parent d68b4c4 commit b395a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const TargetProviderBadges: React.FC<{ children: React.ReactNode }> = ({

const TargetProviders: React.FC = () => {
return (
<div className="p-16">
<div className="h-full overflow-y-auto p-8 pb-24">
<div className="container mx-auto max-w-5xl">
<h2 className="font-semibold">Managed Target Providers</h2>
<p className="text-sm text-muted-foreground">
Expand Down

0 comments on commit b395a43

Please sign in to comment.