mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
fix: fullscreen settting not working (#3215)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
This commit is contained in:
@@ -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)',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user