mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: incorrect scrollbar position when opening full width layout (#2869)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -7,12 +7,10 @@ export const pluginContainer = style({
|
||||
|
||||
export const editor = style({
|
||||
height: 'calc(100% - 52px)',
|
||||
|
||||
selectors: {
|
||||
'&.full-screen': {
|
||||
padding: '0 5%',
|
||||
vars: {
|
||||
'--affine-editor-width': '100%',
|
||||
'--affine-editor-width': '90%',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user