mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
fix: position is set to relative is needed in wrapper of editor-container (#1060)
This commit is contained in:
@@ -6,6 +6,7 @@ import { styled } from '@affine/component';
|
|||||||
|
|
||||||
const StyledEditorContainer = styled('div')(() => {
|
const StyledEditorContainer = styled('div')(() => {
|
||||||
return {
|
return {
|
||||||
|
position: 'relative',
|
||||||
height: 'calc(100vh - 60px)',
|
height: 'calc(100vh - 60px)',
|
||||||
padding: '0 32px',
|
padding: '0 32px',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user