mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +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:
@@ -40,7 +40,7 @@ export const switchCheckedStyle = style({
|
||||
selectors: {
|
||||
'&:before': {
|
||||
background: 'var(--affine-toggle-circle-background-color)',
|
||||
transform: 'translate(100%,-50%)',
|
||||
transform: 'translate(21px,-50%)',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user