Skip to content

Commit

Permalink
feat: prevent flowing out of popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Dec 26, 2024
1 parent 1f8940a commit 3aa86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/layout/continue.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const ContinueProvider: FC = () => {
></path>
</svg>
</button>
<div className="pt-[16px]">
<div className="pt-[16px] max-h-[600px] overflow-hidden overflow-y-auto">
<IntegrationContext.Provider
value={{
date: dayjs(),
Expand Down

0 comments on commit 3aa86d1

Please sign in to comment.