feat: prevent flowing out of popup
This commit is contained in:
parent
1f8940a7c4
commit
3aa86d1cb3
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue