fix: wrong cascading relationship (#3800)

(cherry picked from commit 4d58f2b4c7)
This commit is contained in:
JimmFly
2023-08-18 08:59:37 +08:00
committed by Alex Yang
parent 1337943917
commit 36e59d84fa
2 changed files with 2 additions and 0 deletions
@@ -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',
@@ -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)',