mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
fix(core): make right-sidebar scrollable (#8830)
This commit is contained in:
@@ -24,10 +24,9 @@ export const sidebarContainerInner = style({
|
||||
export const sidebarBodyTarget = style({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
height: 0,
|
||||
flex: 1,
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
alignItems: 'center',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user