fix: fullscreen settting not working (#3215)

Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
This commit is contained in:
Alex Yang
2023-07-13 16:31:17 +08:00
committed by GitHub
parent 8be6676ddb
commit 24a5b54b67
3 changed files with 5 additions and 3 deletions
@@ -13,7 +13,7 @@ export const ModalWrapper = styled('div')<{
minHeight,
backgroundColor: 'var(--affine-background-secondary-color)',
boxShadow: 'var(--affine-shadow-3)',
borderRadius: '16px',
borderRadius: '12px',
position: 'relative',
maxHeight: 'calc(100vh - 32px)',
};