fix: wrong cascading relationship (#3800)

This commit is contained in:
JimmFly
2023-08-18 08:59:37 +08:00
committed by GitHub
parent ab9452969b
commit 4d58f2b4c7
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export const header = style({
padding: '0 16px',
minHeight: '52px',
borderBottom: '1px solid var(--affine-border-color)',
zIndex: 2,
selectors: {
'&[data-sidebar-floating="false"]': {
WebkitAppRegion: 'drag',

View File

@@ -8,6 +8,7 @@ export const group = style({
display: 'flex',
gap: '24px',
justifyContent: 'center',
zIndex: 2,
});
export const buttonContainer = style({
boxShadow: 'var(--affine-float-button-shadow-2)',