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
parent 94d518e09a
commit 944f4ee895
3 changed files with 5 additions and 3 deletions
@@ -52,7 +52,8 @@ globalStyle(`html[data-theme="dark"] ${appStyle}`, {
export const mainContainerStyle = style({
position: 'relative',
flexGrow: 1,
width: 0,
flex: 1,
maxWidth: '100%',
zIndex: 2,
backgroundColor: 'var(--affine-background-primary-color)',