fix: some login & enable affine cloud issues (#999)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-02-15 09:12:39 +08:00
committed by GitHub
parent 78c164463f
commit 5f4071652f
16 changed files with 249 additions and 139 deletions

View File

@@ -13,6 +13,7 @@ export const ModalWrapper = styled.div<{
backgroundColor: theme.colors.popoverBackground,
borderRadius: '24px',
position: 'relative',
maxHeight: 'calc(100vh - 32px)',
};
});