mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
feat(core): split right sidebar (#5971)
https://github.com/toeverything/AFFiNE/assets/13579374/c846c069-aa32-445d-b59b-b773a9b05ced Now each view has a general container, the yellow area is the general container part, and the green part is the routing specific part. 
This commit is contained in:
@@ -6,7 +6,7 @@ export const scrollableContainerRoot = style({
|
||||
'--scrollbar-width': '8px',
|
||||
},
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
overflowY: 'hidden',
|
||||
});
|
||||
export const scrollTopBorder = style({
|
||||
position: 'absolute',
|
||||
|
||||
Reference in New Issue
Block a user