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 0a84576 commit 26f3103Copy full SHA for 26f3103
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.jobs.$jobParam._index/route.tsx
@@ -60,7 +60,7 @@ export default function Page() {
60
const user = useUser();
61
62
return (
63
- <>
+ <div className="overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
64
{job.hasIntegrationsRequiringAction && (
65
<Callout variant="error" to={organizationIntegrationsPath(organization)} className="mb-2">
66
{simplur`This Job has ${
@@ -96,6 +96,6 @@ export default function Page() {
96
</div>
97
)}
98
</Help>
99
- </>
+ </div>
100
);
101
}
0 commit comments