feat: prevent flowing out of popup

This commit is contained in:
Nevo David 2024-12-26 17:05:06 +07:00
parent 1f8940a7c4
commit 3aa86d1cb3
1 changed files with 1 additions and 1 deletions

View File

@ -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(),