fix(core): make right-sidebar scrollable (#8830)

This commit is contained in:
CatsJuice
2024-11-18 08:47:12 +00:00
parent bd7c422c46
commit 9642566086
3 changed files with 29 additions and 6 deletions
@@ -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',
});