misc: addressed sync overflow issue

This commit is contained in:
Sheen Capadngan
2025-06-20 20:23:03 +08:00
parent 430f5d516c
commit 641d58c157

View File

@@ -59,7 +59,6 @@ export const CreateSecretSyncModal = ({ onOpenChange, selectSync = null, ...prop
onPointerDownOutside={(e) => e.preventDefault()}
className="max-w-2xl"
subTitle={selectedSync ? undefined : "Select a third-party service to sync secrets to."}
bodyClassName="overflow-visible"
>
<Content
onComplete={() => {