Skip to content

Commit 3aa86d1

Browse files
committed
feat: prevent flowing out of popup
1 parent 1f8940a commit 3aa86d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/layout/continue.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const ContinueProvider: FC = () => {
7676
></path>
7777
</svg>
7878
</button>
79-
<div className="pt-[16px]">
79+
<div className="pt-[16px] max-h-[600px] overflow-hidden overflow-y-auto">
8080
<IntegrationContext.Provider
8181
value={{
8282
date: dayjs(),

0 commit comments

Comments
 (0)