fix: z-index on app sidebar (#2761)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
Hyden Liu
2023-06-30 09:14:44 +08:00
committed by Alex Yang
parent 51b6f5a105
commit e65cae121e
2 changed files with 4 additions and 3 deletions
@@ -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"]': {