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), },