mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
fix: z-index on app sidebar (#2761)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -54,7 +54,7 @@ export const mainContainerStyle = style({
|
||||
position: 'relative',
|
||||
flexGrow: 1,
|
||||
maxWidth: '100%',
|
||||
zIndex: 0,
|
||||
zIndex: 2,
|
||||
backgroundColor: 'var(--affine-background-primary-color)',
|
||||
selectors: {
|
||||
'&[data-is-desktop="true"]': {
|
||||
|
||||
Reference in New Issue
Block a user