fix: some responsiveness issues (#1088)

This commit is contained in:
Peng Xiao
2023-02-17 13:30:19 +08:00
committed by GitHub
parent cbdc751be1
commit 5aa835deb6
4 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { styled } from '@affine/component';
const StyledEditorContainer = styled('div')(() => {
return {
position: 'relative',
height: 'calc(100vh - 60px)',
height: 'calc(100% - 60px)',
padding: '0 32px',
};
});