From ccb0928bc3b78f81f774ceac4b952b8070a07e3e Mon Sep 17 00:00:00 2001 From: "UZU, J" Date: Fri, 22 Apr 2022 12:56:57 +0900 Subject: [PATCH] fix prompt style for safari --- editor/components/prompt-banner-signin-to-continue/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/components/prompt-banner-signin-to-continue/index.tsx b/editor/components/prompt-banner-signin-to-continue/index.tsx index 7d6de171..c362e8a0 100644 --- a/editor/components/prompt-banner-signin-to-continue/index.tsx +++ b/editor/components/prompt-banner-signin-to-continue/index.tsx @@ -44,6 +44,7 @@ const Positioner = styled.div` align-items: center; flex-direction: column; justify-content: center; + align-items: flex-end; position: fixed; bottom: 0;