mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: wrong cascading relationship (#3800)
This commit is contained in:
@@ -8,6 +8,7 @@ export const header = style({
|
|||||||
padding: '0 16px',
|
padding: '0 16px',
|
||||||
minHeight: '52px',
|
minHeight: '52px',
|
||||||
borderBottom: '1px solid var(--affine-border-color)',
|
borderBottom: '1px solid var(--affine-border-color)',
|
||||||
|
zIndex: 2,
|
||||||
selectors: {
|
selectors: {
|
||||||
'&[data-sidebar-floating="false"]': {
|
'&[data-sidebar-floating="false"]': {
|
||||||
WebkitAppRegion: 'drag',
|
WebkitAppRegion: 'drag',
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ export const group = style({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: '24px',
|
gap: '24px',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
zIndex: 2,
|
||||||
});
|
});
|
||||||
export const buttonContainer = style({
|
export const buttonContainer = style({
|
||||||
boxShadow: 'var(--affine-float-button-shadow-2)',
|
boxShadow: 'var(--affine-float-button-shadow-2)',
|
||||||
|
|||||||
Reference in New Issue
Block a user