From b4e0304f2fbd5c0c63d201b5f8976cd198140773 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 3 Jun 2022 12:34:30 -0400 Subject: [PATCH] Change permalink modal to overFullScreen --- app/utils/permalink/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/permalink/index.ts b/app/utils/permalink/index.ts index 106eff8c4..b90ce0e23 100644 --- a/app/utils/permalink/index.ts +++ b/app/utils/permalink/index.ts @@ -23,7 +23,7 @@ export const displayPermalink = async (teamName: string, postId: string, openAsP }; const options = { - modalPresentationStyle: OptionsModalPresentationStyle.fullScreen, + modalPresentationStyle: OptionsModalPresentationStyle.overFullScreen, layout: { componentBackgroundColor: changeOpacity('#000', 0.2), },